Skip to content

Commit

Permalink
Schemas tap hubspot anaelle1 2024 07 24 (#1047)
Browse files Browse the repository at this point in the history
* Automated commit: Import JSON schemas

* tap hubspot v3

* Fixed indentation

* Added hubspot-v3-foreign-keys.yml

* Removed tap-repo-schemas: true

* Added file hubspot-v3.md

* Added "input=false"

* Removed empty replication key

* Added version 3 in dropdown menu

* Fix version

* Changed deprecation date

* Removed input false from v3

* Updated dates

* fix

* Removed owner foreign keys

* Automated commit: Generate foreign keys

* Updated api endpoints links

* Revert "Merge branch 'schemas-tap-hubspot-Anaelle1-2024-07-24' of https://github.com/stitchdata/docs into schemas-tap-hubspot-Anaelle1-2024-07-24"

This reverts commit 06df2ad, reversing
changes made to 6a53027.

* Automated commit: Generate foreign keys

* Removed owner foreign keys

* Automated commit: Generate foreign keys

* Revert "Updated api endpoints links"

This reverts commit 6a53027.

* Removed owner table

* Automated commit: Generate foreign keys

* Update foreign keys

* Update foreign keys

* Automated commit: Generate foreign keys

* Removed owner_ownerid

* Removed foreign key

* Automated commit: Generate foreign keys

* revert changes

* revert changes

* Automated commit: Generate foreign keys

* updated owners table

* Automated commit: Generate foreign keys

* Fixed key

* Fixed key

* Automated commit: Generate foreign keys

* Fixed key

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Guillaume Dalençon <[email protected]>
  • Loading branch information
3 people authored Jul 30, 2024
1 parent d1350a6 commit bce53e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _data/taps/schemas/hubspot/v3/hubspot-v3-foreign-keys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ keys:
owners_Id:
- table: engagements
keys:
- engagement.Id
- engagement.ownerId
- table: owners
keys:
- Id
Expand Down Expand Up @@ -397,7 +397,7 @@ tables:
foreign-key: form-submissions.portal-id
- table-name: owners
keys:
- key: engagement.Id
- key: engagement.ownerId
foreign-key: Id
- table-name: email_events
keys:
Expand Down Expand Up @@ -456,7 +456,7 @@ tables:
- table-name: engagements
keys:
- key: Id
foreign-key: engagement.Id
foreign-key: engagement.ownerId
- table-name: subscription_changes
join:
- table-name: companies
Expand Down

0 comments on commit bce53e1

Please sign in to comment.