Skip to content

Commit

Permalink
MagicBot/add-model-counts updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-catfritz committed Dec 19, 2024
1 parent fc762c0 commit 66e571b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# dbt_amazon_ads version.version

## Documentation
- Added Quickstart model counts to README. ([#19](https://github.com/fivetran/dbt_amazon_ads/pull/19))

# dbt_amazon_ads version.version

## Documentation
- Added Quickstart model counts to README. ([#19](https://github.com/fivetran/dbt_amazon_ads/pull/19))

# dbt_amazon_ads v0.4.0
[PR #16](https://github.com/fivetran/dbt_amazon_ads/pull/16) includes the following updates:

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ 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`.
### 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`.
<!--section-end-->

## How do I use the dbt package?
Expand Down

0 comments on commit 66e571b

Please sign in to comment.