v0.10.1 dbt_google_ads
·
12 commits
to main
since this release
PR #62 includes the following updates:
Bug Fixes
- This package now leverages the new
google_ads_extract_url_parameter()
(located within the dbt_google_ads_source package) macro for use in parsing out url parameters. This was added to create special logic for Databricks instances not supported bydbt_utils.get_url_parameter()
.- This macro will be replaced with the
fivetran_utils.extract_url_parameter()
macro in the next breaking change of this package.
- This macro will be replaced with the
Under the Hood
- Included auto-releaser GitHub Actions workflow to automate future releases.
Full Changelog: v0.10.0...v0.10.1