Releases: fivetran/dbt_pinterest
Passthrough Column Ability
This release includes the following non-breaking changes:
- Addition of the
pin_promotion_report_pass_through_metric
passthrough variable to add custom columns to the final models. Issue #8
Databricks Compatibility
This release incorporates the following non-breaking changes:
- Databricks compatibility
Custom Schema Update
🚨 This update introduces a breaking changes in the form of custom schemas to output models into a respective <target.schema>+_pinterest
schema. Refer to the ReadMe for more details. 🚨
The release also:
- Incorporates Github pages for easy dbt docs hosting
- Minor documentation updates
dbt 0.19.0 Compatibility
This release introduces compatibility with dbt 0.19.0. There are no known breaking changes.
Package Upgrades
Updates package to be compatible with dbt 0.18.0. This is a breaking change!
🚨 dbt v0.18.0 or greater is required for this release. If you are not ready to upgrade, consider using a previous release of this package.
Additionally, this release updates the dbt_utils dependency so to align with other Fivetran packages.
Initial Release
This is the initial release of this package.
The main focus of the package is to transform the core ad object tables into analytics-ready models, including an 'ad adapter' model that can be easily unioned in to other ad platform packages to get a single view.
Currently the package supports Redshift, BigQuery and Snowflake.