* 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>
* 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
* 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>
* 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
* 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>
* check if stream exists in source
* check if stream exists in source, added comment
* test skipping reading quotes stream
* format code
* airbyte-cdk version
* added __init__.py to unit_tests
* fix importing airbyte models
* bump the version
* update spec and def yamls
Co-authored-by: auganbay <auganenu@gmail.com>
* Began working on HubSpot Form Submission Connector
* Added Property History Stream
* Added form_guid to as value to form_submissions_stream.
* Finalized the Form Submission Stream
* Added documentation and test config
* Corrected Version Number
* updated version number to 0.1.25
* removed or none worked on tests
* Changed code due to review comments & merges
* readded Propertyhistory after merging
* bump connector version
Co-authored-by: Tino Merl <tino.merl@park-sieben.com>
Co-authored-by: Marcos Marx <marcosmarxm@gmail.com>
* update: on api.py update url for ticket_pipelines
* update: on client.py add new entries for feedback_submissions streams and ticket_pipelines
* update: add to shchemas feedback_submissions and ticket_pipelines
* update: to integration_tests_abnormal_state add new value for feedback_submissions
* update: in sample_files add new entries for feedback_submissions and ticket_pipelines
* update: bump connector version
* fix: in feedback submission replace timestamp to updatedAt
* update version in source_definitons and Dockerfile
* run format
* config seed
* bump connector version in config file
Co-authored-by: Marcos Marx <marcosmarxm@gmail.com>
* Source Hubspot: adding form_submissions stream
* Adding form_id to form_submissions output
* Adding form_id to form_submissions output and schema
* Removing field deletions and id generation
* Adding new line to form_submissions.json
* Fixing form_submissions.json schema
* add form_submissions as empty_stream to run ci airbyte
* add forms_submissions to empty_stream
* bump connector seed version
Co-authored-by: Marcos Marx <marcosmarxm@gmail.com>
* Add new marketing emails (with statistics) stream
* Update docs and changelog
* bump version in config files
* run format
Co-authored-by: n0rritt <dev.n0rritt@gmail.com>