-
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
updating models #92
updating models #92
Changes from 5 commits
95a30f3
a680747
d724371
09829ea
2001ed1
d11d120
ac309cd
f3904f7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -206,11 +206,11 @@ models: | |
- name: hubspot__contacts | ||
description: Each record represents a contact in Hubspot. | ||
columns: | ||
- name: _fivetran_deleted | ||
description: '{{ doc("_fivetran_deleted") }}' | ||
- name: is_contact_deleted | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i think |
||
description: '{{ doc("is_deleted") }}' | ||
|
||
- name: _fivetran_synced | ||
description: '{{ doc("_fivetran_deleted") }}' | ||
description: '{{ doc("_fivetran_synced") }}' | ||
|
||
- name: contact_id | ||
description: The ID of the contact. | ||
|
@@ -323,11 +323,8 @@ models: | |
- name: hubspot__contact_lists | ||
description: Each record represents a contact list in Hubspot. | ||
columns: | ||
- name: _fivetran_deleted | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we need to add |
||
description: '{{ doc("_fivetran_deleted") }}' | ||
|
||
- name: _fivetran_synced | ||
description: '{{ doc("_fivetran_deleted") }}' | ||
description: '{{ doc("_fivetran_synced") }}' | ||
|
||
- name: contact_list_id | ||
description: The ID of the contact list. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
packages: | ||
- package: fivetran/hubspot_source | ||
version: [">=0.7.0", "<0.8.0"] | ||
# - package: fivetran/hubspot_source | ||
# version: [">=0.7.0", "<0.8.0"] | ||
- git: https://github.com/fivetran/dbt_hubspot_source.git | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. obligatory reminder to update before merging |
||
revision: feature/include-deleted-records | ||
warn-unpinned: false |
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.
hubspot__email_sends
as well i think