-
Notifications
You must be signed in to change notification settings - Fork 39
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
Hubspot: v2.0 #7
Conversation
As this was deprecated by HubSpot, it’s being removed from the tap/integration: https://integrate.hubspot.com/t/heads-up-sunsetting-the-keywords-api-in- 2018/8127
@KAllan357 Here's the rendered preview of the new docs. Take and let me know if anything can be improved :) Thanks! |
|
||
name: "companies" | ||
doc-link: http://developers.hubspot.com/docs/methods/companies/get_company | ||
singer-schema: https://github.com/singer-io/tap-hubspot/blob/master/tap_hubspot/schemas/companies.json | ||
description: | | ||
The `companies` table contains info about the companies your HubSpot contacts belong to. | ||
|
||
**Note:** when this table is synced, the [`hubspot_contacts_by_company`](#hubspot_contacts_by_company) table will also be automatically synced and created in your data warehouse. | ||
**Note:** When this table is set to replicate, the [`contacts_by_company`](#contacts_by_company) table will be automatically created in your data warehouse. |
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.
This is actually not true. We have table selection here so you can choose whether or not to sync this table.
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.
Oooh, this is great! Before this wasn't selectable in the UI. I'll make this change in just a sec, but then these docs are good to go.
Left a comment for one thing, but otherwise 👍 💯 🚀 🐎 |
This PR updates the HubSpot documentation for version 2.x.
Release notes/version summary:
_integration-schemas/hubspot/foreign-keys.md
) for version 2.x only.contacts
table now uses theversionTimestamp
field as a Replication Key (bookmark) (Syncs contacts based onversionTimestamp
singer-io/tap-hubspot#58)contacts
table now includes all submissions, not just the newest (Feature/grab all form submissions singer-io/tap-hubspot#61)contacts_by_company
can now be selected in the UI for replication (Add contacts by company field selection singer-io/tap-hubspot#63)keywords
table/stream was removed due to HubSpot deprecation (Remove keywords stream singer-io/tap-hubspot#68)counter
event fields added to thecampaigns
table schema (Add additional counters to campaigns singer-io/tap-hubspot#69)isDeleted
fields were removed fromcompanies
anddeals
(Remove isDeleted from deals and companies because it is confusing singer-io/tap-hubspot#70)