sam_werbalowsky
02/15/2022, 8:33 PMjoao_vitor_ferreira_silva
02/16/2022, 12:19 PMhapikey
configuration variable in your config.json
and set it to the value of your HubSpot API key. Any OAuth authentication parameters in your config.json
will be ignored if this key is present!".
Before starting the UI, follow this steps:
1. Add tap-hubspot to your project: meltano add extractor tap-hubspot
2. Config the parameter: meltano config tap-hubspot set hapikey 'your-api-key'
Now you can run use the extractor. Despite the attribute "hapikey" doesnt appear on the configuration page, works well!sam_werbalowsky
02/16/2022, 4:01 PM