Skip to content

Releases: fivetran/dbt_facebook_ads_creative_history

facebook_ads_creative_history 0.4.0

21 Dec 15:34
9efc8cc
Compare
Choose a tag to compare

dbt_facebook_ads_creative_history v0.4.0

🎉 dbt v1.0.0 Compatibility 🎉

🚨 Breaking Changes 🚨

  • Adjusts the require-dbt-version to now be within the range [">=1.0.0", "<2.0.0"]. Additionally, the package has been updated for dbt v1.0.0 compatibility. If you are using a dbt version <1.0.0, you will need to upgrade in order to leverage the latest version of the package.
    • For help upgrading your package, I recommend reviewing this GitHub repo's Release Notes on what changes have been implemented since your last upgrade.
    • For help upgrading your dbt project to dbt v1.0.0, I recommend reviewing dbt-labs upgrading to 1.0.0 docs for more details on what changes must be made.
  • Upgrades the package dependency to refer to the latest dbt_facebook_ads_source. Additionally, the latest dbt_facebook_ads_source package has a dependency on the latest dbt_fivetran_utils. Further, the latest dbt_fivetran_utils package also has a dependency on dbt_utils [">=0.8.0", "<0.9.0"].
    • Please note, if you are installing a version of dbt_utils in your packages.yml that is not in the range above then you will encounter a package dependency error.

dbt 0.20.0 Compatibility

28 Jul 03:46
b9b1386
Compare
Choose a tag to compare

🎉 dbt 0.20.0 Compatibility 🎉

🚨 This is a breaking change! 🚨 dbt v0.20.0 or greater is required for this release. If you are not ready to upgrade, consider using a previous release of this package.

Additional considerations when upgrading to this package:

  • This package utilizes the latest v0.7.x release of the dbt-labls/dbt_utils package. If your project also utilizes a version of the fishtown-analytics/dbt_utils package then you will receive a duplicate package error. If this is the case you will need to consider upgrading your other packages to be compatible with this update or use a previous release of this package.
  • Similar to the above point, all previous Fivetran dbt packages utilize the fishtown-analytics/dbt_utils package and you will need to upgrade all Fivetran dbt packages to the latest dbt 0.20.0 compatibility releases in order for your packages to run without package conflicts.

Postgres Compatibility

20 Jul 22:24
7d00aa2
Compare
Choose a tag to compare

🎉 Postgres Compatibility 🎉

This release incorporates Postgres compatibility changes. These changes are non-breaking and only include changes for integration testing and Postgres specific updates to the package.

Databricks Compatibility

03 May 15:03
809d009
Compare
Choose a tag to compare

This release incorporates the following non-breaking changes:

  • Databricks compatibility

dbt hub Version Upgrade

05 Apr 18:53
9e58303
Compare
Choose a tag to compare

This release is identical to the v0.2.0 dbt_facebook_ads_creative_history with the exception of the package version. This release was created in order to kick off the dbt hub deployment of the upgraded package.

Custom Schema Update

29 Mar 14:28
eae811b
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>+_facebook_ads_creative_history schema. Refer to the ReadMe for more details. 🚨

The release also:

  • Incorporates Github pages for easy dbt docs hosting
  • Minor documentation updates

Initial Release

02 Mar 21:51
a6eeba8
Compare
Choose a tag to compare

This is the initial release of the Facebook Ads Backwards Compatibility/Creative History dbt package. The main focus of the package is to transform the core ad object tables into models with schemas that match the old Fivetran Facebook connector.