Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

10 lines (10 loc) · 1.15 KB

dbt_amazon_ads_source v0.1.0

🎉 This is the initial release of this package! 🎉

📣 What does this dbt package do?

  • Materializes Amazon Ads staging tables, which leverage data in the format described by this ERD. These staging tables clean, test, and prepare your Amazon Ads data from Fivetran's connector for analysis by doing the following:
    • Names columns for consistency across all packages and for easier analysis
    • Adds freshness tests to source data
    • Adds column-level testing where applicable. For example, all primary keys are tested for uniqueness and non-null values.
  • Generates a comprehensive data dictionary of your Amazon Ads data through the dbt docs site.
  • These tables are designed to work simultaneously with our Amazon Ads transformation package.
  • For more information refer to the README.