Skip to content

Releases: fivetran/dbt_pinterest

Passthrough Column Ability

09 Jun 14:47
357088b
Compare
Choose a tag to compare

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

29 Apr 17:26
e0bbf63
Compare
Choose a tag to compare

This release incorporates the following non-breaking changes:

  • Databricks compatibility

Custom Schema Update

25 Mar 14:16
931f654
Compare
Choose a tag to compare

🚨 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

23 Feb 06:17
Compare
Choose a tag to compare

This release introduces compatibility with dbt 0.19.0. There are no known breaking changes.

Package Upgrades

04 Nov 00:29
34be65c
Compare
Choose a tag to compare

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

31 Aug 23:20
Compare
Choose a tag to compare

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.