Google Ads API Sunset for Version 11 #30353
Labels
area:core
kind:bug
This is a clearly a bug
needs-triage
label for new issues that we didn't triage yet
Apache Airflow version
2.5.2
What happened
Current version of Airflow (2.5.2) has as constraint google ads version
18.0.0
, see here.Now, version
18.0.0
has support only forversion 11
of the API. See here for release notes of version18.0.0
. Actually the last support for API version was added here forversion 11
(v17.0.0
)Version 11
sunset is today (March 29, 2023) which means, starting today API calls done to the API should start failing. See deprecation and sunset days here: https://developers.google.com/google-ads/api/docs/sunset-datesLong story short, current latest version of Airflow doesn't supports (as part of its constraints file) any actual working version of
google-ads
.Not sure how you come up with which versions are meant to be listed in the constraints file, but,
v12
which is the next version ofgoogle-ads
that is still active was added as supported bygoogle-ads
in version18.2.0
. See hereNot sure how you test which versions are safe to put in the constraints file, but it seems that it would be worth updating at least to
google-ads 18.2.0
to support a pypi package that can actually interact with Google Ads API.What you think should happen instead
No response
How to reproduce
Just all calls to Google Ads API should start failing when using google-ads version 18 as sunset for v11 which is the max API version supported by that version of the package is sunsetting
Operating System
Any
Versions of Apache Airflow Providers
No response
Deployment
Other
Deployment details
No response
Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: