cgadam commented on PR #30067: URL: https://github.com/apache/airflow/pull/30067#issuecomment-1488521445
Hi, is it too risky for Airflow to just update from `google-ads` `v18.0.0` to `v18.2.0`? See: https://github.com/apache/airflow/issues/30353 Today `v11` of Google API is sunsetting: https://developers.google.com/google-ads/api/docs/sunset-dates which means that current latest version of Airflow won't be officially compatible (due to its constraint file: https://raw.githubusercontent.com/apache/airflow/constraints-2.5.2/constraints-3.7.txt) with any `google-ads` package that can actually interact with the Google Ads API. (API calls will start failing) Latest compatibility to a new API version was added in: https://github.com/googleads/google-ads-python/pull/672/files#diff-91c5b46dc84a94604a4e4d0caed9bf85590a2eddbb12d2e8dc80badf324a9dfbR9 (`v17.0.0`) and it added support `v11` of the API. `v18.2.0` actually added support for `v12` of the API. See [here](https://github.com/googleads/google-ads-python/pull/716/files#diff-91c5b46dc84a94604a4e4d0caed9bf85590a2eddbb12d2e8dc80badf324a9dfbR1). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
