From 49988c5dad1eec8b94def043d102d9308a8da2f7 Mon Sep 17 00:00:00 2001 From: mp56 <50910271+moreaupascal56@users.noreply.github.com> Date: Fri, 22 Jul 2022 12:09:52 +0200 Subject: [PATCH 1/4] fix typo in README.md removing extra s --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1313973..873f9c3 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ vars: hubspot_email_event_dropped_enabled: false hubspot_email_event_forward_enabled: false hubspot_email_event_click_enabled: false - hubspot_email_event_opens_enabled: false + hubspot_email_event_open_enabled: false hubspot_email_event_print_enabled: false hubspot_email_event_sent_enabled: false hubspot_email_event_spam_report_enabled: false @@ -89,11 +89,11 @@ vars: hubspot_engagement_contact_enabled: false hubspot_engagement_company_enabled: false hubspot_engagement_deal_enabled: false - hubspot_engagement_calls_enabled: false - hubspot_engagement_emails_enabled: false - hubspot_engagement_meetings_enabled: false - hubspot_engagement_notes_enabled: false - hubspot_engagement_tasks_enabled: false + hubspot_engagement_call_enabled: false + hubspot_engagement_email_enabled: false + hubspot_engagement_meeting_enabled: false + hubspot_engagement_note_enabled: false + hubspot_engagement_task_enabled: false # Service hubspot_service_enabled: true # Enables all service models From fa6af7aca8aa6aa186729023de0d180b57a58f80 Mon Sep 17 00:00:00 2001 From: mp56 <50910271+moreaupascal56@users.noreply.github.com> Date: Fri, 22 Jul 2022 12:14:24 +0200 Subject: [PATCH 2/4] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ceeb82e..4deaac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# dbt_hubspot_source [next release changes] +## Fixes +- Typo fix within the README. ([#71](https://github.com/fivetran/dbt_hubspot_source/pull/71)) + +## Contributors +- [@mp56](https://github.com/moreaupascal56) ([#71](https://github.com/fivetran/dbt_hubspot_source/pull/71)) + # dbt_hubspot_source v0.5.6 ## Bug Fixes - The below staging tables contain a `where` clause to filter out soft deletes. However, this where clause was conducted in the first CTE of the staging model before the `fill_staging_columns` macro. Therefore, if the field doesn't exist, the dbt run would fail. These updates have moved the CTE to the final one to avoid this error. ([#68](https://github.com/fivetran/dbt_hubspot_source/pull/68)) From 1cf241c8823e47fb85e044769abe2fd5ff49378c Mon Sep 17 00:00:00 2001 From: mp56 <50910271+moreaupascal56@users.noreply.github.com> Date: Fri, 22 Jul 2022 12:20:02 +0200 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4deaac3..4a08d64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # dbt_hubspot_source [next release changes] ## Fixes -- Typo fix within the README. ([#71](https://github.com/fivetran/dbt_hubspot_source/pull/71)) +- Fix typo within the README. ([#73](https://github.com/fivetran/dbt_hubspot_source/pull/73)) ## Contributors -- [@mp56](https://github.com/moreaupascal56) ([#71](https://github.com/fivetran/dbt_hubspot_source/pull/71)) +- [@mp56](https://github.com/moreaupascal56) ([#73](https://github.com/fivetran/dbt_hubspot_source/pull/73)) # dbt_hubspot_source v0.5.6 ## Bug Fixes From 4016a5ea6029b39d77c658eeb571b8049578d93b Mon Sep 17 00:00:00 2001 From: fivetran-joemarkiewicz Date: Fri, 22 Jul 2022 08:56:55 -0500 Subject: [PATCH 4/4] version upgrade and minor changelog adjustment --- CHANGELOG.md | 4 ++-- dbt_project.yml | 2 +- integration_tests/dbt_project.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a08d64..c244c61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -# dbt_hubspot_source [next release changes] +# dbt_hubspot_source v0.5.7 ## Fixes -- Fix typo within the README. ([#73](https://github.com/fivetran/dbt_hubspot_source/pull/73)) +- Spelling correction of variable names within the README. ([#73](https://github.com/fivetran/dbt_hubspot_source/pull/73)) ## Contributors - [@mp56](https://github.com/moreaupascal56) ([#73](https://github.com/fivetran/dbt_hubspot_source/pull/73)) diff --git a/dbt_project.yml b/dbt_project.yml index 7142011..1c5d5dc 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'hubspot_source' -version: '0.5.6' +version: '0.5.7' config-version: 2 require-dbt-version: [">=1.0.0", "<2.0.0"] diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 4fd29a6..633e7dd 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.6' +version: '0.5.7' profile: 'integration_tests' config-version: 2