-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source Hubspot: refactor PropertyHistory stream #14666
Source Hubspot: refactor PropertyHistory stream #14666
Conversation
…tory stream and decrease number of http requests made
/test connector=connectors/source-hubspot
Build FailedTest summary info:
|
/test connector=connectors/source-hubspot
Build PassedTest summary info:
|
airbyte-integrations/connectors/source-hubspot/source_hubspot/streams.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@davydov-d In the linked issue you mention "due to a bug in the stream we make lots of redundant queries and generate lots of duplicate records" - was the incremental mode causing this? What about the stream makes incremental mode behave incorrectly / prevents us from making it incremental?
airbyte-integrations/connectors/source-hubspot/sample_files/incremental_catalog.json
Show resolved
Hide resolved
@pedroslopez Well the reasons for generating duplicate records as well as the outrageous number of requests we used to make were following:
As per the incremental mode, I think it's kind of a wrong approach:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@davydov-d makes sense! Thanks for explaining 😄
/publish connector=connectors/source-hubspot
if you have connectors that successfully published but failed definition generation, follow step 4 here |
What
https://github.com/airbytehq/oncall/issues/291
How