Skip to content

Commit

Permalink
review updates and docs regen
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-joemarkiewicz committed Dec 12, 2023
1 parent d182bca commit bdc325f
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

env/
target/
dbt_modules/
logs/
env/
dbt_packages/
dbt_packages/
package-lock.yml
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[PR #54](https://github.com/fivetran/dbt_google_ads_source/pull/54) includes the following updates:
## Bug Fixes
- This package now leverages the new `google_ads_extract_url_parameter()` 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.
- This package now leverages the new `google_ads_extract_url_parameter()` macro 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()` macro in the next breaking change of this package.

## Under the Hood
- Included auto-releaser GitHub Actions workflow to automate future releases.
Expand Down
2 changes: 1 addition & 1 deletion docs/catalog.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/manifest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/run_results.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion macros/google_ads_extract_url_parameters.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% macro google_ads_extract_url_parameter(field, url_parameter) -%}

{{ adapter.dispatch('google_ads_extract_url_parameter', 'google_ads_source') (field, url_parameter) }}
{{ return(adapter.dispatch('google_ads_extract_url_parameter', 'google_ads_source') (field, url_parameter)) }}

{% endmacro %}

Expand Down

0 comments on commit bdc325f

Please sign in to comment.