Skip to content

Commit

Permalink
Fixes 400 Cannot have filter_partition dimension without specifying f…
Browse files Browse the repository at this point in the history
…ilter-partitions in the request. (#104)

* updated field exclusion

* added changelog and version bump
  • Loading branch information
somethingmorerelevant authored May 14, 2024
1 parent f34ed88 commit fb5ecba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
## v0.1.5
* Fix `400 Cannot have filter_partition dimension without specifying filter-partitions in the request` error [#104](https://github.com/singer-io/tap-ga4/pull/104)

## v0.1.4
* Add `NUMBER` data type in the catalog for the `INTEGER` type metric field. [#102](https://github.com/singer-io/tap-ga4/pull/102)
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.1.4",
version="0.1.5",
description="Singer.io tap for extracting data",
author="Stitch",
url="http://singer.io",
Expand Down
1 change: 1 addition & 0 deletions tap_ga4/field_exclusions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"comparison":[],
"achievementId": [
"cohortNthDay",
"cohortNthMonth",
Expand Down

0 comments on commit fb5ecba

Please sign in to comment.