From 96bd9cc9132596c8809e581eae8b1a83f8e64252 Mon Sep 17 00:00:00 2001 From: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:37:03 -0600 Subject: [PATCH] MagicBot/add-model-counts updates --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5770986..bd2e26d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # dbt_salesforce_source version.version +## Documentation +- Corrected references to connectors and connections in the README. ([#54](https://github.com/fivetran/dbt_salesforce_source/pull/54)) + +# dbt_salesforce_source version.version + ## Documentation - Minor README updates - Updated macro comments to provide clearer and more detailed explanations of the workflow. diff --git a/README.md b/README.md index 2325e23..0276d4a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ ## How do I use the dbt package? ### Step 1: Pre-Requisites -- **Connector**: Have the Fivetran Salesforce connector syncing data into your warehouse. +- At least one Fivetran Salesforce connection syncing data into your destination. - **Database support**: This package has been tested on **Postgres**, **Databricks**, **Redshift**, **Snowflake**, and **BigQuery**. #### Databricks Dispatch Configuration @@ -87,7 +87,7 @@ If you have Salesforce [History Mode](https://fivetran.com/docs/using-fivetran/f #### Configuring Your Salesforce History Mode Database and Schema Variables Customers leveraging the Salesforce connector generally fall into one of two categories when taking advantage of History mode. They either have one connector that is syncing non-historical records and a separate connector that syncs historical records, **or** they have one connector that is syncing historical records. We have designed this feature to support both scenarios. -##### Option 1: Two connectors, one with non-historical data and another with historical data +##### Option 1: Two connections, one with non-historical data and another with historical data If you are gathering data from both standard Salesforce as well as Salesforce History Mode, and your target database and schema differ as well, you will need to add an additional configuration for the history schema and database to your `dbt_project.yml`. ```yml