Skip to content

Commit 3cb96bd

Browse files
committed
Fixed URL of custom_objects singer schema
1 parent cd0b1f5 commit 3cb96bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_data/taps/schemas/hubspot/v2/hubspot-v2-tables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ tables:
9696
'
9797
links:
9898
doc-link: https://developers.hubspot.com/docs/api/crm/crm-custom-objects
99-
singer-schema: https://github.com/singer-io/tap-hubspot/tree/master/tap_hubspot/schemas/custom_objects.json
99+
singer-schema: https://github.com/singer-io/tap-hubspot/tree/master/tap_hubspot/schemas/shared/custom_objects.json
100100
table-details:
101101
replication-method: Key-based Incremental
102102
primary-key: id

_data/taps/schemas/hubspot/v3/hubspot-v3-tables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ tables:
9797
'
9898
links:
9999
doc-link: https://developers.hubspot.com/docs/api/crm/crm-custom-objects
100-
singer-schema: https://github.com/singer-io/tap-hubspot/tree/master/tap_hubspot/schemas/custom_objects.json
100+
singer-schema: https://github.com/singer-io/tap-hubspot/tree/master/tap_hubspot/schemas/shared/custom_objects.json
101101
table-details:
102102
replication-method: Key-based Incremental
103103
primary-key: id

0 commit comments

Comments
 (0)