We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create new connector source-hubspot and populate its schema folder with the following streams:
source-hubspot
schema
"subscription_changes" "email_events" "forms" "workflows" "owners" "campaigns" "contact_lists" "contacts" "companies" "deals" "deal_pipelines" "engagements" "contacts_by_company" "tickets" "products" "line_items" "quotes"
Plus some extra fields in various entities (Contacts, Deals, Companies):
property_country.updatedByUserId property_country.versions property_createdate.updatedByUserId property_createdate.versions property_d_u_n_s_number_c.updatedByUserId property_d_u_n_s_number_c.versions property_description.updatedByUserId property_description.versions property_dnb_business_name.updatedByUserId
The text was updated successfully, but these errors were encountered:
#2150 Issue: created native connector with schema folder populated
49cb4cb
#2150 Issue: make format code
5423d13
🎉 New source: Native Hubspot connector (#2215)
0b9b038
* #2150 Issue: created native connector with schema folder populated * #2150 Issue: make format code * first version * fix few issues * fix issues * fix read issue * format * docs * docker tags * extend configured catalog for testing * fix source definitions * format * fix call rate issue, add backoff for retry after * add general backoff * write secrets for new connector * drop singer connector registration * refactor streams, resolve properties in schemas at runtime * replace deprecated endpoint for company contacts * replace deprecated pipeline endpoint * update comments * update docs * fix typo * fix stream contact lists * fix pagination and forms result fetching * fix health_check * format and update catalog * revert changes * drop singer based hubspot * fix company contacts substream * move deals to separate test * fix deals tests * remove dynamic fields from records * move deals to catalog again * extend CRMObjectStream with associations * format * update schemas with updated field, change engagement layout * fix Campaign stream * remove custom tests * remove dependency * remove oauth * Source Hubspot: add incremental streams (#2425) * add incremental * add incremental * polishing * update docs * fix docstring * clean up * fix incremental bookmark access * fix incremental tests * clean up * add custom test for incremental, improve logging * format * Update airbyte-integrations/connectors/source-hubspot/source_hubspot/api.py Co-authored-by: Eugene Kulak <kulak.eugene@gmail.com> Co-authored-by: Sherif A. Nada <snadalive@gmail.com> * Source Hubspot: best practices (#2537) * fix error reporting and add unit tests * fix test and refactor cursor fields * format Co-authored-by: Eugene Kulak <kulak.eugene@gmail.com> * restored configured_catalog.json Co-authored-by: ykurochkin <y.kurochkin@zazmic.com> Co-authored-by: Eugene Kulak <widowmakerreborn@gmail.com> Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
yevhenii-ldv
No branches or pull requests
Tell us about the problem you're trying to solve
Create new connector
source-hubspot
and populate itsschema
folder with the following streams:"subscription_changes"
"email_events"
"forms"
"workflows"
"owners"
"campaigns"
"contact_lists"
"contacts"
"companies"
"deals"
"deal_pipelines"
"engagements"
"contacts_by_company"
"tickets"
"products"
"line_items"
"quotes"
Plus some extra fields in various entities (Contacts, Deals, Companies):
property_country.updatedByUserId
property_country.versions
property_createdate.updatedByUserId
property_createdate.versions
property_d_u_n_s_number_c.updatedByUserId
property_d_u_n_s_number_c.versions
property_description.updatedByUserId
property_description.versions
property_dnb_business_name.updatedByUserId
The text was updated successfully, but these errors were encountered: