Skip to content

v0.1.0 dbt_salesforce_marketing_cloud

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 18 Jan 18:12
· 1 commit to main since this release

πŸŽ‰ This is the initial release of this package! πŸŽ‰

πŸ“£ What does this dbt package do?

This package models Salesforce Marketing Cloud data from Fivetran's connector. It uses data in the format described by this ERD.

The main focus of the package is to transform the core object tables into analytics-ready models:

  • Materializes Salesforce Marketing Cloud staging tables which leverage data in the format described by this ERD. The staging tables clean, test, and prepare your Salesforce Marketing Cloud data from Fivetran's connector for analysis by doing the following:
  • Primary keys are renamed from id to <table name>_id.
  • Adds column-level testing where applicable. For example, all primary keys are tested for uniqueness and non-null values.
  • Provides insight into your Salesforce Marketing Cloud data across the following grains:
    • Email, send, event, link, list, and subscriber
  • Generates a comprehensive data dictionary of your Salesforce Marketing Cloud data through the dbt docs site.