Skip to content

Commit

Permalink
Merge pull request #56 from fivetran/bug/remove-irrelevant-engagement…
Browse files Browse the repository at this point in the history
…-models-yml

removing unused engagement models
  • Loading branch information
fivetran-sheringuyen authored Jan 26, 2022
2 parents 53cc1fb + a7618e4 commit 76a9360
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 38 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 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` ([#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

### Updates
Expand Down
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_source'
version: '0.5.1'
version: '0.5.2'
config-version: 2
require-dbt-version: [">=1.0.0", "<2.0.0"]

Expand Down
2 changes: 1 addition & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

name: 'hubspot_source_integration_tests'
version: '0.5.1'
version: '0.5.2'
profile: 'integration_tests'
config-version: 2

Expand Down
36 changes: 0 additions & 36 deletions models/stg_hubspot__engagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 76a9360

Please sign in to comment.