* check if it has a state
* update version in Dockerfile and docs
* auto-bump connector version [ci skip]
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* #352 source hubspot: do not limit reading data to 30 days for property history stream
* #352 oncall: source hubspot - upd changelog
* auto-bump connector version [ci skip]
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* add new authentication method
* update connector version in Dockerfile and hubspot.md
* update: check credentials title through constants
* add constant file for credentials title values
* update dockerfile
* add 'API Key Credentials' to constants
* chore: added connector to definitions
* auto-bump connector version
* chore: formatting
Co-authored-by: Harshith Mullapudi <harshithmullapudi@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* #291 oncall. Source Hubspot: disable Incremental mode for PropertyHistory stream and decrease number of http requests made
* #291 oncall: upd changelog
* #291 oncall: rm property_history stream from full_refresh SAT
* auto-bump connector version
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* #259 on call: Source Hubspot - fix for the property_history stream which did not emit any records
* #259 Source Hubspot: upd changelog
* #259 oncall: hubspot review fixes
* auto-bump connector version
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* filter out streams we don't have access to
* cleanup
* fix associations
* fix for api key auth
* this doesn't need to be a property method
* Bump
* auto-bump connector version
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* Set optional scopes
* update test
* required scopes
* fix
* Add a comment
* try empty scopes
* remove scopes to ensure it fails
* Revert "remove scopes to ensure it fails"
This reverts commit ba65642945.
* reorder
* set at least one required scope
* dont check for authorized scopes
* update docs
* Don't fail on missing scopes
* Revert "Don't fail on missing scopes"
This reverts commit 43ee93af9d.
* bump docker tag
* auto-bump connector version
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* read workflows
* try except
* Revert "read workflows"
This reverts commit 86db8ff850.
* Check campaigns
* Check by reading data
* Check all streams
* requests_mock.ANY
* mock all http methods
* Try with get and post
* reset to master
* log name
* bump version
* Fixed engagement stream pagination
* Added unit test
* Removed unused import
* Fixed issue if incremental engagements attempts to get more than 10K records
* Fixed comment
* Merged import statement in unit test
* bump connector and update doc
Co-authored-by: lgomezm <luis@calixa.io>
* typo
* remove hint block
* Move required scopes to top level header
* Revert "remove hint block"
This reverts commit c7d070abbd.
* update
* anchor link
* update other links too
* reset
* anchor link
* Update doc
* com -> io
* Update docs/integrations/sources/hubspot.md
Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
* only update doc
* Update changelog
* anchor link
* Bump version
* Update specs
* Capitalize
* link to where to find credentials
* update header level
* Capitalize
* Capitalize
* not all caps
* API Key
* Update cloud setup instructions
Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
* Set partition key on streams with id field
* reset to master
* Update readme with primary key
* This can be incremental
* I think this can also support incremental
* incremental streams
* incremental
* Missing comma
* Everything can be incremental
* set pk
* Add a primary key
* Add missing pk
* format
* Update doc
* Bump version
* Not everything can be incremental
* fix field
* Update pk
* Update source_specs
* Handled search queries that would output more than 10K records
* Getting CRM search objects in ascending chronological ortder
* Fixed stream
* Fixed rebase
* Fixed condition
* Added unit test
* Removed unused import
* Started a new query when reached 10K records
* Moved comment
* bump connector docker version
* bump connector version
* correct dockerfile version
* change doc version
Co-authored-by: lgomezm <luis@calixa.io>
* Removed stage history from Hubspot deal stream
* Fixed stream slices on CrmSearchStream
* Removed unused DealStageHistoryStream class
* Bumped connector version
* Added associations to some CRM Object streams in Hubspot connector
* Added associations in the relevant schemas
* fix eof
* bump connector version
Co-authored-by: ksoenandar <kevin.soenandar@gmail.com>