From f7af16c9532039a8830a29c703e0f8eb4415cfb8 Mon Sep 17 00:00:00 2001 From: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:34:24 -0600 Subject: [PATCH] MagicBot/add-model-counts updates --- CHANGELOG.md | 5 +++++ README.md | 2 ++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61dad10..7e3b3dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# dbt_amazon_ads version.version + +## Documentation +- Added Quickstart model counts to README. ([#4](https://github.com/fivetran/dbt_amazon_ads/pull/4)) + # dbt_amazon_ads v0.4.0 [PR #16](https://github.com/fivetran/dbt_amazon_ads/pull/16) includes the following updates: diff --git a/README.md b/README.md index ba71dee..d82ec35 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ The following table lists all tables that are materialized within this package b | [amazon_ads__keyword_report](https://fivetran.github.io/dbt_amazon_ads/#!/model/model.amazon_ads.amazon_ads__keyword_report) | Each record in this table represents the daily performance at the keyword level. | | [amazon_ads__ad_report](https://fivetran.github.io/dbt_amazon_ads/#!/model/model.amazon_ads.amazon_ads__ad_report) | Each record in this table represents the daily performance at the ad level. +### Materialized Models +Each transformation job run materializes 30 models if you enable all components of this data model. This count includes all staging, intermediate, and final models materialized as `view`, `table`, or `incremental`. ## How do I use the dbt package?