Skip to content

Commit

Permalink
update cached field exclusions (#39)
Browse files Browse the repository at this point in the history
* update cached field exclusions to match updates to the ga4 beta google api

* update comment to pretty print field exclusions in future [skip ci]
  • Loading branch information
leslievandemark authored Jan 31, 2023
1 parent 6bbb749 commit 56d7d8c
Show file tree
Hide file tree
Showing 4 changed files with 11,408 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
## v0.0.17
* Update cached field exclusions to match changes made in the GA4 Data API [#39](https://github.com/singer-io/tap-ga4/pull/39)
## v0.0.16
* Update cached field exclusions to match changes made in the GA4 Data API [#38](https://github.com/singer-io/tap-ga4/pull/38)
## v0.0.15
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="tap-ga4",
version="0.0.16",
version="0.0.17",
description="Singer.io tap for extracting data",
author="Stitch",
url="http://singer.io",
Expand Down
11,405 changes: 11,404 additions & 1 deletion tap_ga4/field_exclusions.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/field_exclusions/field_exclusions_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_default_field_exclusions(self, client, property_id):

### Uncomment to regenerate field_exclusions.json ###
# with open("tap_ga4/field_exclusions.json", "w", encoding="utf-8") as outfile:
# fields_json = json.dumps(fields)
# fields_json = json.dumps(fields, indent=4)
# outfile.write(fields_json)

return fields
Expand Down

0 comments on commit 56d7d8c

Please # to comment.