From 50bd7b06909c5e61cbc849d4f5b693c5420c5130 Mon Sep 17 00:00:00 2001 From: fivetran-sheringuyen <94874400+fivetran-sheringuyen@users.noreply.github.com> Date: Wed, 26 Jan 2022 12:26:33 -0800 Subject: [PATCH 1/2] removing unused engagement models --- CHANGELOG.md | 5 +++++ integration_tests/dbt_project.yml | 2 +- models/stg_hubspot__engagement.yml | 36 ------------------------------ 3 files changed, 6 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fef682..f7d576d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# dbt_hubspot_source v0.5.2 + +### Updates +- Removing unused models `stg_hubspot__engagement_email_cc` and `stg_hubspot__engagement_email_to` from `stg_hubspot__engagement.yml` + # dbt_hubspot_source v0.5.1 ### Updates diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 340f185..7f9f71c 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,6 +1,6 @@ name: 'hubspot_source_integration_tests' -version: '0.5.1' +version: '0.5.2' profile: 'integration_tests' config-version: 2 diff --git a/models/stg_hubspot__engagement.yml b/models/stg_hubspot__engagement.yml index 5792006..c72278a 100644 --- a/models/stg_hubspot__engagement.yml +++ b/models/stg_hubspot__engagement.yml @@ -134,42 +134,6 @@ models: - name: was_attached_video_watched description: Whether the the attached video was watched. - - name: stg_hubspot__engagement_email_cc - description: Each record represents a CC'd email address as part of an EMAIL engagement. - columns: - - name: _fivetran_synced - description: '{{ doc("_fivetran_synced") }}' - - - name: email_address - description: The email address of the recipient. - - - name: engagement_id - description: The ID of the related engagement. - - - name: first_name - description: The first name of the recipient. - - - name: last_name - description: The last name of the recipient. - - - name: stg_hubspot__engagement_email_to - description: Each record represents a TO email address as part of an EMAIL engagement. - columns: - - name: _fivetran_synced - description: '{{ doc("_fivetran_synced") }}' - - - name: email_address - description: The email address of the recipient. - - - name: engagement_id - description: The ID of the related engagement. - - - name: first_name - description: The first name of the recipient. - - - name: last_name - description: The last name of the recipient. - - name: stg_hubspot__engagement_meeting description: Each record represents a MEETING engagement event. columns: From a7618e44501c6f379928091321894ba998808ba8 Mon Sep 17 00:00:00 2001 From: fivetran-sheringuyen <94874400+fivetran-sheringuyen@users.noreply.github.com> Date: Wed, 26 Jan 2022 12:49:32 -0800 Subject: [PATCH 2/2] updating changelog and dbt_project --- CHANGELOG.md | 5 ++++- dbt_project.yml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7d576d..8e724e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # dbt_hubspot_source v0.5.2 ### Updates -- Removing unused models `stg_hubspot__engagement_email_cc` and `stg_hubspot__engagement_email_to` from `stg_hubspot__engagement.yml` +- Removing unused models `stg_hubspot__engagement_email_cc` and `stg_hubspot__engagement_email_to` from `stg_hubspot__engagement.yml` ([#56](https://github.com/fivetran/dbt_hubspot_source/pull/56)) + +## Contributors +- @ericalouie ([#60](https://github.com/fivetran/dbt_hubspot/issues/60)). # dbt_hubspot_source v0.5.1 diff --git a/dbt_project.yml b/dbt_project.yml index a8aacdf..bccb68c 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'hubspot_source' -version: '0.5.1' +version: '0.5.2' config-version: 2 require-dbt-version: [">=1.0.0", "<2.0.0"]