From 989575b6156171b3d4005cf5480e7e80b9f1dc32 Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Wed, 9 Aug 2023 15:47:30 -0500 Subject: [PATCH 01/10] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fa7113..893d7f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 🚨 Notice for Quickstart Data Model Users 🚨 +Please note that this data model will now create a new transformation for **all** your Salesforce objects which contain formula fields. Upon upgrading this data model you will see an increase in Fvetran Transformations, these are all transformations which replicate formula fields for the base objects in a new view. If you wish to disable any of these new transformations you may remove the transformation within the UI. + +If you are not already a Quickstart Data Model user, you can find out more information [here](https://fivetran.com/docs/transformations/quickstart)! + # dbt_salesforce v0.9.1 ## Bug Fixes [PR #40](https://github.com/fivetran/dbt_salesforce/pull/40) includes the following bug fixes. From e31f0edf987abdec98d8a5cb084addf512ca67c0 Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Wed, 9 Aug 2023 15:49:49 -0500 Subject: [PATCH 02/10] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 893d7f3..c78000e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # 🚨 Notice for Quickstart Data Model Users 🚨 -Please note that this data model will now create a new transformation for **all** your Salesforce objects which contain formula fields. Upon upgrading this data model you will see an increase in Fvetran Transformations, these are all transformations which replicate formula fields for the base objects in a new view. If you wish to disable any of these new transformations you may remove the transformation within the UI. +Please note that this data model will now create a new transformation for **all** your Salesforce objects which contain formula fields. Upon upgrading this data model you will see an increase in Fivetran Transformations, these new transformations replicate formula fields for the base Salesforce objects in a new materialized view. If you wish to disable any of these new transformations you may remove them within the UI. If you are not already a Quickstart Data Model user, you can find out more information [here](https://fivetran.com/docs/transformations/quickstart)! From edcd8ada368cadca796bb45b280f1aa0e68356fd Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Mon, 14 Aug 2023 09:14:18 -0500 Subject: [PATCH 03/10] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c78000e..fbc32b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -# 🚨 Notice for Quickstart Data Model Users 🚨 -Please note that this data model will now create a new transformation for **all** your Salesforce objects which contain formula fields. Upon upgrading this data model you will see an increase in Fivetran Transformations, these new transformations replicate formula fields for the base Salesforce objects in a new materialized view. If you wish to disable any of these new transformations you may remove them within the UI. +# 🚨 Notice for Quickstart Data Model Users Only 🚨 +Please note that this data model will now create a new transformation for **all** your Salesforce objects (tables) to replicate and include the relevant Salesforce formula fields. With the addition of formula fields, your transformation schema will change to + `salesforce_quickstart`, rather than inheriting the schema from your connector. Please make sure you adjust downstream queries accordingly. If you wish to disable any of these new transformations you may remove them within the UI. If you are not already a Quickstart Data Model user, you can find out more information [here](https://fivetran.com/docs/transformations/quickstart)! From baec345c668cec016e3ec8c24241aa411978547f Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Mon, 14 Aug 2023 09:20:17 -0500 Subject: [PATCH 04/10] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6c9a9c6..122240a 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ You can also refer to the table below for a detailed view of all models material | [salesforce__contact_enhanced](https://fivetran.github.io/dbt_salesforce/#!/model/model.salesforce.salesforce__contact_enhanced) |Each record represents a contact with additional account and owner information. | [salesforce__daily_activity](https://fivetran.github.io/dbt_salesforce/#!/model/model.salesforce.salesforce__daily_activity) |Each record represents a daily summary of the number of sales activities, for example tasks and opportunities closed. | [salesforce__opportunity_line_item_enhanced](https://fivetran.github.io/dbt_salesforce/#!/model/model.salesforce.salesforce__opportunity_line_item_enhanced) |Each record represents a line item belonging to a certain opportunity, with additional product details. + +**Note**: For Quickstart Data Model users only, in addition to the above output models you will also receive models in your transformation list which replicate **all** of your Salesforce objects with the inclusion of the relevant formula fields in the generated output models. # 🎯 How do I use the dbt package? From 0e41852127f3fa4af698cf3a218079eaac8ae81c Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Mon, 14 Aug 2023 09:32:09 -0500 Subject: [PATCH 05/10] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc32b8..7707cce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # 🚨 Notice for Quickstart Data Model Users Only 🚨 -Please note that this data model will now create a new transformation for **all** your Salesforce objects (tables) to replicate and include the relevant Salesforce formula fields. With the addition of formula fields, your transformation schema will change to + `salesforce_quickstart`, rather than inheriting the schema from your connector. Please make sure you adjust downstream queries accordingly. If you wish to disable any of these new transformations you may remove them within the UI. +Please note that this data model will now create a new transformation for **all** your Salesforce objects (tables) to replicate and include the relevant Salesforce formula fields. With the addition of formula fields, your transformation schema will change to + `_quickstart`, rather than inheriting the schema from your connector. Please make sure you adjust downstream queries accordingly. If you wish to disable any of these new transformations you may remove them within the UI. If you are not already a Quickstart Data Model user, you can find out more information [here](https://fivetran.com/docs/transformations/quickstart)! From d6abb832d6fec93d70c0333fc21b694b954fa070 Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Mon, 21 Aug 2023 10:21:28 -0500 Subject: [PATCH 06/10] Update dbt_project.yml --- dbt_project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dbt_project.yml b/dbt_project.yml index 3c4ccf0..f2d181c 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,6 +1,6 @@ config-version: 2 name: 'salesforce' -version: '0.9.1' +version: '0.9.2' require-dbt-version: [">=1.3.0", "<2.0.0"] models: salesforce: @@ -37,4 +37,4 @@ clean-targets: - target - dbt_modules - dbt_packages - \ No newline at end of file + From dba63c8bef6c02f53c67dd6a0cea0e55d49df538 Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Mon, 21 Aug 2023 10:21:40 -0500 Subject: [PATCH 07/10] Update dbt_project.yml --- integration_tests/dbt_project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 5864852..eeba390 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'salesforce_integration_tests' -version: '0.9.1' +version: '0.9.2' config-version: 2 profile: 'integration_tests' @@ -152,4 +152,4 @@ dispatch: clean-targets: - target - dbt_modules - - dbt_packages \ No newline at end of file + - dbt_packages From 64da4592396b70de6c07c6d4cfc1369bdd2f250a Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Mon, 21 Aug 2023 10:24:21 -0500 Subject: [PATCH 08/10] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7707cce..738761c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ Please note that this data model will now create a new transformation for **all* If you are not already a Quickstart Data Model user, you can find out more information [here](https://fivetran.com/docs/transformations/quickstart)! +# dbt_salesforce v0.9.2 +## Documentation and Notice Updates +- Notices were added to both the top of the CHANGELOG and within the README to alert users of the Quickstart Data Model that Salesforce formulas will be replicated in the Fivetran transformation. For non Quickstart Data Model users there will be no change following this update. + # dbt_salesforce v0.9.1 ## Bug Fixes [PR #40](https://github.com/fivetran/dbt_salesforce/pull/40) includes the following bug fixes. From cc5d48e2723cfbe8b64c709faac9a436b6d10552 Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Mon, 21 Aug 2023 10:28:47 -0500 Subject: [PATCH 09/10] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 738761c..2d49c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ If you are not already a Quickstart Data Model user, you can find out more infor # dbt_salesforce v0.9.2 ## Documentation and Notice Updates -- Notices were added to both the top of the CHANGELOG and within the README to alert users of the Quickstart Data Model that Salesforce formulas will be replicated in the Fivetran transformation. For non Quickstart Data Model users there will be no change following this update. +- Notices were added to both the top of the CHANGELOG and within the README to alert users of the Quickstart Data Model that Salesforce formulas will be replicated in the Fivetran transformation. For non Quickstart Data Model users there will be no change following this update. ([PR #42](https://github.com/fivetran/dbt_salesforce/pull/42)) + - If you would like to learn more about the Quickstart Data Model for Salesforce you can find more information [here](https://fivetran.com/docs/transformations/quickstart). # dbt_salesforce v0.9.1 ## Bug Fixes From c381af8a103f197edd22b6e11c765e0359471d0a Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Mon, 21 Aug 2023 10:44:12 -0500 Subject: [PATCH 10/10] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d49c52..9fd4b58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ If you are not already a Quickstart Data Model user, you can find out more infor # dbt_salesforce v0.9.2 ## Documentation and Notice Updates -- Notices were added to both the top of the CHANGELOG and within the README to alert users of the Quickstart Data Model that Salesforce formulas will be replicated in the Fivetran transformation. For non Quickstart Data Model users there will be no change following this update. ([PR #42](https://github.com/fivetran/dbt_salesforce/pull/42)) +[PR #42](https://github.com/fivetran/dbt_salesforce/pull/42) includes the following update: + +- Notices were added to both the top of the CHANGELOG and within the README to alert users of the Quickstart Data Model that Salesforce formulas will be replicated in the Fivetran transformation. For non Quickstart Data Model users there will be no change following this update. - If you would like to learn more about the Quickstart Data Model for Salesforce you can find more information [here](https://fivetran.com/docs/transformations/quickstart). # dbt_salesforce v0.9.1