diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fa7113..9fd4b58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 🚨 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 + `_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)! + +# dbt_salesforce v0.9.2 +## Documentation and Notice Updates +[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 ## Bug Fixes [PR #40](https://github.com/fivetran/dbt_salesforce/pull/40) includes the following bug fixes. 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? 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 + 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