From 711fb97cf1be2fb0838c742452ce9323a6920386 Mon Sep 17 00:00:00 2001 From: danielpdwalker Date: Tue, 7 Feb 2023 14:11:50 +0000 Subject: [PATCH] Changed current version to 0.3.3 as we accidently missed a few versions. Renamed geo_performance table name to stream_geo_performance --- pyproject.toml | 2 +- tap_googleads/streams.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",