aditya_penmesta
01/11/2023, 4:25 PMtap-adwords
but then got an error RequestError.UNSUPPORTED_VERSION @ ; trigger:'AdWords API which you are accessing has been discontinued
. It seems like the Adwords connector hasn't been updated to the new API. However, there is a singer tap available for the new google ads API, which doesn't seem to be available in the discovery.yaml
file. If I wanted to use this singer tap within my Meltano repo, how would I go about doing so?visch
01/11/2023, 5:36 PMvisch@DESKTOP-9BDPA9T:~/git/meltano-map-transform$ meltano discover | grep googleads
tap-googleads, variants: matatika (default), airbyte
looks there to me!visch
01/11/2023, 5:37 PMaaron_phethean
01/11/2023, 7:36 PMvisch
01/11/2023, 7:37 PMaaron_phethean
01/11/2023, 7:38 PMaditya_penmesta
01/12/2023, 2:10 PMaditya_penmesta
01/17/2023, 3:19 PMaaron_phethean
01/17/2023, 7:22 PMaditya_penmesta
01/17/2023, 7:24 PM- name: tap-googleads
variant: matatika
pip_url: git+<https://github.com/Matatika/tap-googleads.git>
This is all I have in my meltano yaml for google-ads, I got that warning after running it already once, so not really that much of an issue. In terms of my python version, it is 3.9.13aaron_phethean
01/17/2023, 7:27 PMaditya_penmesta
01/17/2023, 7:30 PMaaron_phethean
01/18/2023, 10:14 AMaditya_penmesta
01/18/2023, 4:19 PMaditya_penmesta
02/07/2023, 3:44 PMaaron_phethean
02/07/2023, 7:18 PMdaniel_walker
02/08/2023, 11:27 AM3.8.0
, 3.9.16
but I get the same error currently on 3.10.6
. I'm going to look into bumping the singer-sdk
version, as the one in the tap is quite old anyway. Will let you know when my changes are released.daniel_walker
02/15/2023, 11:48 AM