Skip to content

Commit

Permalink
pr link ref
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-joemarkiewicz committed Dec 11, 2023
1 parent 082f345 commit 2dc47e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ on:
jobs:
call-workflow-passing-data:
if: github.event.pull_request.merged
uses: fivetran/dbt_package_automations/.github/workflows/auto-release.yml@feature/auto-releaser
uses: fivetran/dbt_package_automations/.github/workflows/auto-release.yml@main
secrets: inherit
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# dbt_google_ads v0.10.1
[PR #]() 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) for use in parsing out url parameters. This was added to create special logic for Databricks instances not supported by `dbt_utils.get_url_parameter()`.
[PR #62](https://github.com/fivetran/dbt_google_ads/pull/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) for use in parsing out url parameters. This was added to create special logic for Databricks instances not supported by `dbt_utils.get_url_parameter()`.
- This macro will be replaced with the `fivetran_utils.extract_url_parameter()` in the next breaking change.

## Under the Hood - Included auto-releaser GitHub Actions workflow to automate future releases.
## Under the Hood
- Included auto-releaser GitHub Actions workflow to automate future releases.

# dbt_google_ads v0.10.0
[PR #52](https://github.com/fivetran/dbt_google_ads/pull/52) includes the following updates:
Expand Down

0 comments on commit 2dc47e8

Please sign in to comment.