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 2dc47e8 commit 96ea3d6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

package-lock.yml
target/
dbt_modules/
logs/

env/
dbt_packages/
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 #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.
- 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 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.

0 comments on commit 96ea3d6

Please sign in to comment.