Skip to content

v0.1.0 dbt_reddit_ads_source

Compare
Choose a tag to compare
@fivetran-reneeli fivetran-reneeli released this 14 Mar 20:34
· 13 commits to main since this release

πŸŽ‰ Initial Release πŸŽ‰

  • Introducing the Reddit Ads source package!

πŸ“£ What does this dbt package do?

  • Materializes Reddit Ads staging tables which leverage data in the format described by this ERD. These staging tables clean, test, and prepare your reddit_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 Reddit Ads data through the dbt docs site.
  • These tables are designed to work simultaneously with our Reddit Ads transformation package.

For more information refer to the README.