Skip to content

Commit

Permalink
Merge pull request #42 from fivetran/fivetran-joemarkiewicz-patch-1
Browse files Browse the repository at this point in the history
Quickstart data model notice for formula fields
  • Loading branch information
fivetran-joemarkiewicz authored Aug 21, 2023
2 parents 274f24c + c381af8 commit 2cc0124
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <connector_schema> + `_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.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<!--section-end-->

# 🎯 How do I use the dbt package?
Expand Down
4 changes: 2 additions & 2 deletions dbt_project.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -37,4 +37,4 @@ clean-targets:
- target
- dbt_modules
- dbt_packages


4 changes: 2 additions & 2 deletions integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'salesforce_integration_tests'
version: '0.9.1'
version: '0.9.2'
config-version: 2

profile: 'integration_tests'
Expand Down Expand Up @@ -152,4 +152,4 @@ dispatch:
clean-targets:
- target
- dbt_modules
- dbt_packages
- dbt_packages

0 comments on commit 2cc0124

Please sign in to comment.