🎉 Source Hubspot: Fill all implemented streams with data #6711
Labels
area/connectors
Connector related issues
connectors/source/hubspot
connectors/sources-api
type/enhancement
New feature or request
Milestone
Tell us about the problem you're trying to solve
For now we have these empty streams in the Hubspot connector (with oauth config):
contact_lists
,campaigns
,tickets
,subscription_changes
,quotes
,email_events
,engagements
,forms
,products
,workflows
.So these are marked as
empty_streams
in the SAT config, so we couldn't properly test them.Describe the solution you’d like
We need to find a way on how to fill these streams with data.
For the
workflows
streams theautomation
submodule should be activated. For the rest we need to make a research why these streams are empty now. Especially for thecompanies
,deals
,owners
which are filled when using the token creds, but empty with oauth config. So perhaps some of the required scopes are missing.Describe the alternative you’ve considered or used
No alternatives if we want the proper testing of the given streams.
Additional context
Issue appeared after the new streams were added in #6465.
Are you willing to submit a PR?
I will
The text was updated successfully, but these errors were encountered: