Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

10 lines (10 loc) · 1.12 KB

dbt_recharge_source v0.1.0

🎉 This is the initial release of this package! 🎉

📣 What does this dbt package do?

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