Skip to content

Commit

Permalink
Changed current version to 0.3.3 as we accidently missed a few versio…
Browse files Browse the repository at this point in the history
…ns. Renamed geo_performance table name to stream_geo_performance
  • Loading branch information
DanielPDWalker committed Feb 7, 2023
1 parent aa161bd commit 711fb97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tap-googleads"
version = "0.3.5"
version = "0.3.3"
description = "`tap-googleads` is a Singer tap for GoogleAds, built with the Meltano SDK for Singer Taps."
authors = ["AutoIDM", "Matatika"]
keywords = [
Expand Down
2 changes: 1 addition & 1 deletion tap_googleads/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def gaql(self):
"""

records_jsonpath = "$.results[*]"
name = "geo_performance"
name = "stream_geo_performance"
primary_keys = [
"geographic_view__country_criterion_id",
"customer_id",
Expand Down

0 comments on commit 711fb97

Please sign in to comment.