diff --git a/pyproject.toml b/pyproject.toml index a7d77d8..6915242 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ diff --git a/tap_googleads/streams.py b/tap_googleads/streams.py index 57b3fe2..045789d 100644 --- a/tap_googleads/streams.py +++ b/tap_googleads/streams.py @@ -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",