Skip to content

Commit

Permalink
add new schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucie Milan committed Dec 4, 2023
1 parent 8028b44 commit 4a69e30
Show file tree
Hide file tree
Showing 2 changed files with 420 additions and 1 deletion.
21 changes: 20 additions & 1 deletion _data/taps/schemas/hubspot/v2/hubspot-v2-tables.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
tap: hubspot
version: '2'
tap-repo-schemas: true
tables:
- name: campaigns
description: 'The `{{ table.name }}` table contains info about the campaigns in
Expand Down Expand Up @@ -81,6 +82,25 @@ tables:
replication-method: Key-based Incremental
primary-key: listId
replication-key: updatedAt
- name: custom_objects
description: 'Tables for custom CRM objects in your {{ integration.display_name
}} account will have the same name as the object. For example, if you have a custom
object named `cars`, the table will be named `cars`.
The fields listed below are standard fields; they are included in every custom
object table. A field will be added for each property you select when configuring
the table. The property names will be prefixed with `property_`. For example,
if you have a property named `model`, it will appear as `property_model`.
'
links:
doc-link: https://developers.hubspot.com/docs/api/crm/crm-custom-objects
singer-schema: https://github.com/singer-io/tap-hubspot/tree/master/tap_hubspot/schemas/custom_objects.json
table-details:
replication-method: Key-based Incremental
primary-key: id
replication-key: updatedAt
- name: deals
description: 'The `{{ table.name }}` table contains info about the deals in a {{
integration.display_name }} portal.
Expand Down Expand Up @@ -218,4 +238,3 @@ tables:
replication-method: Key-based Incremental
primary-key: id
replication-key: updatedAt
tap-repo-schemas: true
Loading

0 comments on commit 4a69e30

Please sign in to comment.