From e464977260bcedc5e4fcedea7d30fc88beeb1e6f Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:39:34 -0600 Subject: [PATCH 1/2] Update src_rag_hubspot.yml --- models/staging/hubspot_staging/src_rag_hubspot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/models/staging/hubspot_staging/src_rag_hubspot.yml b/models/staging/hubspot_staging/src_rag_hubspot.yml index 72a42bf..744ca78 100644 --- a/models/staging/hubspot_staging/src_rag_hubspot.yml +++ b/models/staging/hubspot_staging/src_rag_hubspot.yml @@ -1,3 +1,5 @@ +version: 2 + sources: - name: rag_hubspot schema: "{{ var('rag_hubspot_schema', 'hubspot') }}" From c2ae584ccfb3572d3d2b03443738c2b106743ad8 Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:43:08 -0600 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16bfc15..507a344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# dbt_unified_rag v0.next.version + +## Under the Hood +Addition of the `version: 2` tag within the `src_rag_hubspot.yml` file. ([#16](https://github.com/fivetran/dbt_unified_rag/pull/16)) + # dbt_unified_rag v0.1.0-a4 [PR #13](https://github.com/fivetran/dbt_unified_rag/pull/13) includes the following updates: