Skip to content
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

package updates #67

Merged
merged 6 commits into from
Aug 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,20 @@ jobs:
dbt run --vars '{hubspot_marketing_enabled: false, hubspot_sales_enabled: true}' --target postgres
dbt run --vars '{hubspot_marketing_enabled: false, hubspot_sales_enabled: false}' --target postgres
dbt test --target postgres
- run:
name: "Run Tests - Redshift"
command: |
. venv/bin/activate
echo `pwd`
cd integration_tests
dbt deps
dbt seed --target redshift --full-refresh
dbt run --target redshift --full-refresh
dbt run --vars '{hubspot_marketing_enabled: true, hubspot_sales_enabled: false}' --target redshift --full-refresh
dbt run --vars '{hubspot_marketing_enabled: true, hubspot_contact_merge_audit_enabled: true, hubspot_sales_enabled: false}' --target redshift
dbt run --vars '{hubspot_marketing_enabled: false, hubspot_sales_enabled: true}' --target redshift --full-refresh
dbt run --vars '{hubspot_marketing_enabled: false, hubspot_sales_enabled: false}' --target redshift --full-refresh
dbt test --target redshift
- run:
name: "Run Tests - Snowflake"
command: |
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
contact_links:
- name: Provide feedback to our dbt package team
url: https://www.surveymonkey.com/r/DQ7K7WW
about: Fill out our survey form to provide valuable feedback to the Fivetran team developing and maintaining the dbt packages.
- name: Ask a question during our office hours
url: https://calendly.com/fivetran-solutions-team/fivetran-solutions-team-office-hours
about: Schedule time during the external office hours block with the Fivetran Analytics Engineering team for support
Expand Down
12 changes: 4 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# dbt_hubspot v0.5.4
## Fixes
- Typo fix and spelling correction within the README. ([#70](https://github.com/fivetran/dbt_hubspot/pull/70))
- Spelling correction of the variable names within the README. ([#74](https://github.com/fivetran/dbt_hubspot/pull/74))

## Contributors
- [@moreaupascal56](https://github.com/moreaupascal56) ([#70](https://github.com/fivetran/dbt_hubspot/pull/70), [#74](https://github.com/fivetran/dbt_hubspot/pull/74))

# dbt_hubspot v0.6.0
## 🎉 Documentation and Feature Updates
- Updated README documentation updates for easier navigation and setup of the dbt package
- Included `hubspot_[source_table_name]_identifier` variable for additional flexibility within the package when source tables are named differently.
# dbt_hubspot v0.5.3
## Under the Hood
- Added integration testing to support the new `stg_hubspot__deal_contact` model to the `dbt_hubspot_source` package.
Expand Down
213 changes: 145 additions & 68 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'hubspot'
version: '0.5.4'
version: '0.6.0'
config-version: 2
require-dbt-version: [">=1.0.0", "<2.0.0"]

Expand Down
2 changes: 1 addition & 1 deletion docs/catalog.json

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/manifest.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions integration_tests/ci/sample.profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ integration_tests:
pass: "{{ env_var('CI_POSTGRES_DBT_PASS') }}"
dbname: "{{ env_var('CI_POSTGRES_DBT_DBNAME') }}"
port: 5432
schema: hubspot_source_integration_tests
schema: hubspot_integration_tests
threads: 8
bigquery:
type: bigquery
method: service-account
keyfile: "{{ env_var('GCLOUD_SERVICE_KEY_PATH') }}"
project: 'dbt-package-testing'
schema: hubspot_integration_test
schema: hubspot_integration_tests
threads: 8
snowflake:
type: snowflake
Expand Down
88 changes: 49 additions & 39 deletions integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,48 +1,58 @@

name: 'hubspot_integration_tests'
version: '0.5.4'
version: '0.6.0'
profile: 'integration_tests'
config-version: 2

vars:
hubspot_source:
company: "{{ ref('company_data')}}"
company_property_history: "{{ ref('company_property_history_data')}}"
contact: "{{ ref('contact_data')}}"
contact_merge_audit: "{{ ref('contact_merge_audit_data')}}"
contact_list: "{{ fivetran_utils.seed_data_helper('contact_list_data', ['postgres']) }}"
contact_list_member: "{{ ref('contact_list_member_data')}}"
contact_property_history: "{{ ref('contact_property_history_data')}}"
deal: "{{ ref('deal_data')}}"
deal_stage: "{{ ref('deal_stage_data')}}"
deal_company: "{{ ref('deal_company_data')}}"
deal_contact: "{{ ref('deal_contact_data')}}"
deal_pipeline: "{{ ref('deal_pipeline_data')}}"
deal_pipeline_stage: "{{ ref('deal_pipeline_stage_data')}}"
deal_property_history: "{{ ref('deal_property_history_data')}}"
email_campaign: "{{ ref('email_campaign_data')}}"
email_event: "{{ ref('email_event_data')}}"
email_event_bounce: "{{ ref('email_event_bounce_data')}}"
email_event_click: "{{ ref('email_event_click_data')}}"
email_event_deferred: "{{ ref('email_event_deferred_data')}}"
email_event_delivered: "{{ ref('email_event_delivered_data')}}"
email_event_dropped: "{{ fivetran_utils.seed_data_helper('email_event_dropped_data', ['snowflake','postgres']) }}"
email_event_forward: "{{ ref('email_event_forward_data')}}"
email_event_open: "{{ ref('email_event_open_data')}}"
email_event_print: "{{ ref('email_event_print_data')}}"
email_event_sent: "{{ fivetran_utils.seed_data_helper('email_event_sent_data', ['snowflake','postgres']) }}"
email_event_spam_report: "{{ ref('email_event_spam_report_data')}}"
email_event_status_change: "{{ ref('email_event_status_change_data')}}"
engagement: "{{ ref('engagement_data')}}"
engagement_call: "{{ ref('engagement_call_data')}}"
engagement_company: "{{ ref('engagement_company_data')}}"
engagement_contact: "{{ ref('engagement_contact_data')}}"
engagement_deal: "{{ ref('engagement_deal_data')}}"
engagement_email: "{{ ref('engagement_email_data')}}"
engagement_meeting: "{{ ref('engagement_meeting_data')}}"
engagement_note: "{{ ref('engagement_note_data')}}"
engagement_task: "{{ ref('engagement_task_data')}}"
owner: "{{ ref('owner_data')}}"
hubspot_schema: hubspot_integration_tests
hubspot_source:
hubspot_service_enabled: true
hubspot_company_property_history_identifier: "company_property_history_data"
hubspot_company_identifier: "company_data"
hubspot_contact_identifier: "contact_data"
hubspot_contact_merge_audit_identifier: "contact_merge_audit_data"
hubspot_contact_list_member_identifier: "contact_list_member_data"
hubspot_contact_property_history_identifier: "contact_property_history_data"
hubspot_deal_identifier: "deal_data"
hubspot_deal_stage_identifier: "deal_stage_data"
hubspot_deal_company_identifier: "deal_company_data"
hubspot_deal_contact_identifier: "deal_contact_data"
hubspot_deal_pipeline_identifier: "deal_pipeline_data"
hubspot_deal_pipeline_stage_identifier: "deal_pipeline_stage_data"
hubspot_deal_property_history_identifier: "deal_property_history_data"
hubspot_email_campaign_identifier: "email_campaign_data"
hubspot_email_event_identifier: "email_event_data"
hubspot_email_event_bounce_identifier: "email_event_bounce_data"
hubspot_email_event_click_identifier: "email_event_click_data"
hubspot_email_event_deferred_identifier: "email_event_deferred_data"
hubspot_email_event_delivered_identifier: "email_event_delivered_data"
hubspot_email_event_forward_identifier: "email_event_forward_data"
hubspot_email_event_open_identifier: "email_event_open_data"
hubspot_email_event_print_identifier: "email_event_print_data"
hubspot_email_event_spam_report_identifier: "email_event_spam_report_data"
hubspot_email_event_status_change_identifier: "email_event_status_change_data"
hubspot_engagement_identifier: "engagement_data"
hubspot_engagement_call_identifier: "engagement_call_data"
hubspot_engagement_company_identifier: "engagement_company_data"
hubspot_engagement_contact_identifier: "engagement_contact_data"
hubspot_engagement_deal_identifier: "engagement_deal_data"
hubspot_engagement_email_identifier: "engagement_email_data"
hubspot_engagement_meeting_identifier: "engagement_meeting_data"
hubspot_engagement_note_identifier: "engagement_note_data"
hubspot_engagement_task_identifier: "engagement_task_data"
hubspot_owner_identifier: "owner_data"
hubspot_ticket_company_identifier: "ticket_company_data"
hubspot_ticket_contact_identifier: "ticket_contact_data"
hubspot_ticket_deal_identifier: "ticket_deal_data"
hubspot_ticket_engagement_identifier: "ticket_engagement_data"
hubspot_ticket_pipeline_identifier: "ticket_pipeline_data"
hubspot_ticket_pipeline_stage_identifier: "ticket_pipeline_stage_data"
hubspot_ticket_property_history_identifier: "ticket_property_history_data"
hubspot_ticket_identifier: "ticket_data"
contact_list: "{{ fivetran_utils.seed_data_helper('contact_list_data', ['postgres']) }}"
email_event_sent: "{{ fivetran_utils.seed_data_helper('email_event_sent_data', ['snowflake','postgres']) }}"
email_event_dropped: "{{ fivetran_utils.seed_data_helper('email_event_dropped_data', ['snowflake','postgres']) }}"

seeds:
hubspot_integration_tests:
Expand Down
10 changes: 10 additions & 0 deletions integration_tests/seeds/ticket_company_data.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
_fivetran_synced,ticket_id,company_id
2020-07-09 11:06:21.056,1,1
2020-07-09 11:06:21.056,2,1
2020-07-09 11:06:21.056,3,1
2020-07-09 11:06:21.056,4,1
2020-07-09 11:06:21.056,5,1
2020-07-09 11:06:21.056,6,1
2020-07-09 11:06:21.056,7,2
2020-07-09 11:06:21.056,8,2
2020-07-09 11:06:21.056,9,2
10 changes: 10 additions & 0 deletions integration_tests/seeds/ticket_contact_data.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
_fivetran_synced,ticket_id,contact_id
2020-07-09 11:06:21.056,1,1
2020-07-09 11:06:21.056,2,2
2020-07-09 11:06:21.056,3,3
2020-07-09 11:06:21.056,4,1
2020-07-09 11:06:21.056,5,2
2020-07-09 11:06:21.056,6,3
2020-07-09 11:06:21.056,7,1
2020-07-09 11:06:21.056,8,2
2020-07-09 11:06:21.056,9,3
25 changes: 25 additions & 0 deletions integration_tests/seeds/ticket_data.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
_fivetran_synced,id,is_deleted,property_closed_date,property_createdate,property_first_agent_reply_date,property_hs_pipeline,property_hs_pipeline_stage,property_hs_ticket_category,property_hs_ticket_priority,property_hubspot_owner_id,property_subject,property_content
2020-11-26 18:51:39,307034542,FALSE,2020-11-10 14:54:50,2021-02-16 20:31:05,2021-02-17 21:59:58,1626124,7970058,948482e333e299e112732c3c6e6e6de2,,,dd273fbf46aecd6bc19ce5ef0f83c1c9,391aefc69771e45194f258b9213d4483
2020-11-26 18:51:39,293370454,FALSE,,2021-01-29 15:02:38,2021-01-29 15:37:44,1626124,7970058,948482e333e299e112732c3c6e6e6de2,,,4a95c7da3d462ed5fff2f6dc91cb5b04,f42033dc77134aa54ec2eacc3ee6c5d9
2020-11-26 18:51:39,297600437,FALSE,,2021-02-04 12:54:52,2021-02-04 17:39:16,1626124,1626129,948482e333e299e112732c3c6e6e6de2,,,62c833a3dcf7d6fed8ec89a7de76105e,233bee1cbfbb7d5d37ab787a0c9d95c2
2020-11-26 18:51:39,238832209,FALSE,2020-11-10 14:54:50,2020-11-10 14:54:50,,1486381,1706266,,,,7b580a65e5e3909d52f9bf1abb666424,37a6259cc0c1dae299a7866489dff0bd
2020-11-26 18:51:39,198967590,FALSE,2020-09-15 15:57:06,2020-09-15 15:57:06,,1486381,1706266,,,,8aed29c4d9e20db9fdeca1cc16d919ff,37a6259cc0c1dae299a7866489dff0bd
2020-11-26 18:51:39,324550015,FALSE,2021-03-05 20:45:10,2021-03-05 20:45:10,,1486381,1706266,,,,2cb1671ed65723daa97e2c597dcaad85,37a6259cc0c1dae299a7866489dff0bd
2020-11-26 18:51:39,275758552,FALSE,2021-01-04 14:01:52,2021-01-04 14:01:52,,1486381,1706266,,,,431d63ae8bf57461b2659042b6f973ad,37a6259cc0c1dae299a7866489dff0bd
2020-11-26 18:51:39,137513066,FALSE,2020-05-28 20:56:07,2020-05-28 20:56:07,,1486381,1706266,,,,5a10eeb6c3015a0d1432777a0eb693c3,37a6259cc0c1dae299a7866489dff0bd
2020-11-26 18:51:39,156039663,FALSE,2020-07-07 13:25:57,2020-07-07 13:25:57,,1486381,1706266,,,,175dce42f9d6fa73dfd8e29cceb17629,37a6259cc0c1dae299a7866489dff0bd
2020-11-26 18:51:39,200728971,FALSE,2020-09-17 23:07:26,2020-09-17 23:07:26,,1486381,1706266,,,,2df4c89f5c0d2a8688cd843f7ef14f26,37a6259cc0c1dae299a7866489dff0bd
2020-11-26 18:51:39,197316537,FALSE,2020-09-12 19:53:15,2020-09-12 19:53:15,,1486381,1706266,,,,28a8d366cc9182135385d79b15c7b7af,37a6259cc0c1dae299a7866489dff0bd
2020-11-26 18:51:39,121723395,FALSE,2020-04-20 12:49:01,2020-04-20 12:49:01,,1486381,1706266,,,,87b17cc25902180b6572f3f35a059711,37a6259cc0c1dae299a7866489dff0bd
2020-11-26 18:51:39,226600613,FALSE,2020-10-22 18:44:56,2020-10-22 18:44:56,,1486381,1706266,,,,98ff5402c937d4664bbbb00ec05cfe47,37a6259cc0c1dae299a7866489dff0bd
2020-11-26 18:51:39,338430345,FALSE,2021-03-16 0:32:29,2021-03-16 0:32:29,,1486381,1706266,,,,d8254b6c7ad36c09cf05a464856dd19d,37a6259cc0c1dae299a7866489dff0bd
2020-11-26 18:51:39,210718823,FALSE,2020-10-02 21:12:18,2020-10-02 21:12:18,,1486381,1706266,,,,5f4a993802657bf17e2d7016288b0bab,37a6259cc0c1dae299a7866489dff0bd
2020-11-26 18:51:39,198968635,FALSE,2020-09-15 15:27:16,2020-09-15 15:27:16,,1486381,1706266,,,,d52dbfdbb2eb5c94c701cf7c63eea941,37a6259cc0c1dae299a7866489dff0bd
2020-11-26 18:51:39,200415373,FALSE,2020-09-17 15:43:38,2020-09-17 15:43:38,,1486381,1706266,,,,5e05e38174cc749a7d0a04236be00fbc,37a6259cc0c1dae299a7866489dff0bd
2020-11-26 18:51:39,287177375,FALSE,2021-01-20 18:36:51,2021-01-20 18:36:51,,1486381,1706266,,,,8c697d166a33fa3758f03c2097779d9f,37a6259cc0c1dae299a7866489dff0bd
2020-11-26 18:51:39,234235597,FALSE,2020-11-03 14:24:28,2020-11-03 14:24:28,,1486381,1706266,,,,54e965e21077751164217935c380facb,37a6259cc0c1dae299a7866489dff0bd
2020-11-26 18:51:39,280473935,FALSE,2021-01-11 3:42:30,2021-01-11 3:42:30,,1486381,1706266,,,,2f03edf45aaa4d282095e7e88330cecc,37a6259cc0c1dae299a7866489dff0bd
2020-11-26 18:51:39,201110733,FALSE,2020-09-18 13:30:40,2020-09-18 13:30:40,,1486381,1706266,,,,a7aaed53b33cdd85eee6308d6bc7a240,37a6259cc0c1dae299a7866489dff0bd
2020-11-26 18:51:39,120338492,FALSE,2020-04-16 13:25:03,2020-04-16 13:25:03,,1486381,1706266,,,,e11b8d7610e2205e2c3cb233b926d56d,37a6259cc0c1dae299a7866489dff0bd
2020-11-26 18:51:39,171529540,FALSE,2020-08-03 2:49:24,2020-08-03 2:49:24,,1486381,1706266,,,,6c5237eee681e041f8def82aff141375,37a6259cc0c1dae299a7866489dff0bd
2020-11-26 18:51:39,249658461,FALSE,2020-11-26 18:51:39,2020-11-26 18:51:39,,1486381,1706266,,,,f053faea765fc8b6632e6099f62b09f1,37a6259cc0c1dae299a7866489dff0bd
10 changes: 10 additions & 0 deletions integration_tests/seeds/ticket_deal_data.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
_fivetran_synced,ticket_id,deal_id
2020-07-09 11:06:21.056,1,1
2020-07-09 11:06:21.056,2,2
2020-07-09 11:06:21.056,3,3
2020-07-09 11:06:21.056,4,1
2020-07-09 11:06:21.056,5,2
2020-07-09 11:06:21.056,6,3
2020-07-09 11:06:21.056,7,1
2020-07-09 11:06:21.056,8,2
2020-07-09 11:06:21.056,9,3
10 changes: 10 additions & 0 deletions integration_tests/seeds/ticket_engagement_data.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
_fivetran_synced,ticket_id,engagement_id
2020-07-09 11:06:21.056,1,1
2020-07-09 11:06:21.056,2,2
2020-07-09 11:06:21.056,3,3
2020-07-09 11:06:21.056,4,14
2020-07-09 11:06:21.056,5,5
2020-07-09 11:06:21.056,6,12
2020-07-09 11:06:21.056,7,1
2020-07-09 11:06:21.056,8,2
2020-07-09 11:06:21.056,9,3
9 changes: 9 additions & 0 deletions integration_tests/seeds/ticket_pipeline_data.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pipeline_id,_fivetran_deleted,_fivetran_synced,active,display_order,label,object_type_id
5386331,FALSE,2021-03-30 14:16:02,TRUE,15,1277d6630760da4e7e889e5d1874bad9,0-5
1486381,FALSE,2021-03-30 14:16:02,TRUE,5,43a68e729d0696fdd1014a83cd45267e,0-5
0,FALSE,2021-03-30 14:16:02,TRUE,0,98d937dcebec9d0f6e040220cbf0db31,0-5
1588311,FALSE,2021-03-30 14:16:02,TRUE,8,fca0ecdf8bcf71156501587a85f286a2,0-5
2869229,FALSE,2021-03-30 14:16:02,TRUE,13,09f0c5159c5e34504e453eff3fc70324,0-5
1727805,FALSE,2021-03-30 14:16:02,TRUE,12,0c95da5ea7ede3f7b9ad1df4eadc3fb8,0-5
900909,FALSE,2021-03-30 14:16:02,TRUE,1,db5eb84117d06047c97c9a0191b5fffe,0-5
3136178,FALSE,2021-03-30 14:16:02,TRUE,14,3249fce0a7cf3ef72ef9ef04a5578d62,0-5
12 changes: 12 additions & 0 deletions integration_tests/seeds/ticket_pipeline_stage_data.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
stage_id,_fivetran_deleted,_fivetran_synced,active,display_order,is_closed,label,pipeline_id,ticket_state
1,FALSE,2021-03-30 14:16:02,TRUE,0,FALSE,03c2e7e41ffc181a4e84080b4710e81e,0,OPEN
3,FALSE,2021-03-30 14:16:02,TRUE,2,FALSE,76a756f37ed4f9039fbe152954566e7a,0,OPEN
7806423,FALSE,2021-03-30 14:16:02,TRUE,3,FALSE,c5f73dc5584f3189388b4294865e9300,0,OPEN
2074552,FALSE,2021-03-30 14:16:02,TRUE,1,FALSE,0f7532f707b3eff137f9df6f358fa86f,0,OPEN
8165139,FALSE,2021-03-30 14:16:02,TRUE,1,FALSE,bad7c4a1299dbc47b4742e044d88070c,900909,OPEN
900910,FALSE,2021-03-30 14:16:02,TRUE,0,FALSE,03c2e7e41ffc181a4e84080b4710e81e,900909,OPEN
9450484,FALSE,2021-03-30 14:16:02,TRUE,2,FALSE,fb347e3972f2bd02631bfabbfb1dfc87,900909,OPEN
900911,FALSE,2021-03-30 14:16:02,TRUE,3,FALSE,619e755f83b2b1e9940e321c8baa2299,900909,OPEN
900912,FALSE,2021-03-30 14:16:02,TRUE,4,FALSE,2bd583bf8d793a60703dea6a9cfc38ec,900909,OPEN
11543638,FALSE,2021-03-30 14:16:02,TRUE,5,FALSE,84456c8c47378ffdfaef98cbc9a49a89,900909,OPEN
1486382,FALSE,2021-03-30 14:16:02,TRUE,0,FALSE,4f5372f07271c52cf8420846e945323c,1486381,OPEN
12 changes: 12 additions & 0 deletions integration_tests/seeds/ticket_property_history_data.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
_fivetran_synced,ticket_id,name,source,source_id,timestamp_instant,value
2020-07-09 11:06:21.056,1,seed name, source name, sg5923, 2020-07-09 11:06:21.056,value
2020-07-09 11:06:21.056,1,seed data is cool, source name1, sg5923, 2020-07-09 11:06:21.056,value
2020-07-09 11:06:21.056,1,i can make these names whatever i want, source name2, sg5923, 2020-07-09 11:06:21.056,value
2020-07-09 11:06:21.056,1,seed name1, source name3, sg5923, 2020-07-09 11:06:21.056,value
2020-07-09 11:06:21.056,1,seed name2, source name4, sg5923, 2020-07-09 11:06:21.056,value
2020-07-09 11:06:21.056,1,seed name3, source name5, sg5923, 2020-07-09 11:06:21.056,value
2020-07-09 11:06:21.056,1,stop being lazy with names, source name99, sg5923, 2020-07-09 11:06:21.056,value
2020-07-09 11:06:21.056,1,seed name4, source name6?, sg5923, 2020-07-09 11:06:21.056,value
2020-07-09 11:06:21.056,1,seed name5, source name7, sg5923, 2020-07-09 11:06:21.056,value
2020-07-09 11:06:21.056,1,seed name6, source name8, sg5923, 2020-07-09 11:06:21.056,value
2020-07-09 11:06:21.056,1,i got lazy with names, source name99, sg5923, 2020-07-09 11:06:21.056,value
8 changes: 6 additions & 2 deletions packages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
packages:
- package: fivetran/hubspot_source
version: [">=0.5.0", "<0.6.0"]
## TO SWITCH BEFORE MERGE
# - package: fivetran/hubspot_source
# version: [">=0.6.0", "<0.7.0"]
- git: https://github.com/fivetran/dbt_hubspot_source.git
revision: feature/package-updates
warn-unpinned: false