From 78fbf306e489b90bf258f1c0efdbc458b2688110 Mon Sep 17 00:00:00 2001 From: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:09:00 -0600 Subject: [PATCH] MagicBot/add-model-counts updates --- CHANGELOG.md | 6 ++++++ README.md | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9cedca..f394b31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# dbt_sage_intacct version.version + +## Documentation +- Added Quickstart model counts to README. ([#28](https://github.com/fivetran/dbt_sage_intacct/pull/28)) +- Corrected references to connectors and connections in the README. ([#28](https://github.com/fivetran/dbt_sage_intacct/pull/28)) + # dbt_sage_intacct v0.5.0 [PR #24](https://github.com/fivetran/dbt_sage_intacct/pull/24) includes the following updates. diff --git a/README.md b/README.md index cb814f3..ba89dac 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ The following table provides a detailed list of all tables materialized within t | [sage_intacct__profit_and_loss](https://github.com/fivetran/dbt_sage_intacct/blob/master/models/sage_intacct__profit_and_loss.sql) | Total amounts by period per account, category, and classification for all profit & loss transactions. | [sage_intacct__ap_ar_enhanced](https://github.com/fivetran/dbt_sage_intacct/blob/master/models/sage_intacct__ap_ar_enhanced.sql) | All transactions for each bill or invoice with their associated accounting period and due dates. Includes additional detail regarding the customer, location, department, vendor, and account. Lastly, contains fields like the line number and total number of items in the overall bill or invoice. +### Materialized Models +Each Quickstart transformation job run materializes 23 models if all components of this data model are enabled. This count includes all staging, intermediate, and final models materialized as `view`, `table`, or `incremental`. ## How do I use the dbt package? @@ -41,7 +43,7 @@ The following table provides a detailed list of all tables materialized within t ### Step 1: Prerequisites To use this dbt package, you must have the following: -- At least one Fivetran Sage Intacct connector syncing data into your destination. +- At least one Fivetran Sage Intacct connection syncing data into your destination. - A **BigQuery**, **Snowflake**, **Redshift**, **PostgreSQL**, or **Databricks** destination. #### Databricks Dispatch Configuration