rv-irosario opened a new issue #17111:
URL: https://github.com/apache/airflow/issues/17111


   Hey team, I was looking to use the google ads hook but it seems like the 
google ads package is a bit out of date with the hook only taking "v5", "v4", 
"v3", "v2" https://developers.google.com/google-ads/api/docs/release-notes and 
all of those being deprecated. Is there any chance the provider can be upgraded 
to include this? here is the release note of 
https://github.com/googleads/google-ads-python/releases/tag/12.0.0 google's 
12.0.0 release which also deprecated v5
   
   
   **Apache Airflow version**:  2.0.1
   
   
   **What happened**:
   
   <!-- (please include exact error messages if you can) -->
   
   **What you expected to happen**: return query data, instead, I get an error 
returned from the google ads v5 API:
   
   
   **How to reproduce it**: attempt to hit the v5 API endpoint
   
   
   
   **Anything else we need to know**: error is below
   ```
   Response
   -------
   Headers: {
     "google.ads.googleads.v5.errors.googleadsfailure-bin": 
"\nJ\n\u0002\b\u0001\u0012D Version v5 is deprecated. Requests to this version 
will be blocked.",
     "grpc-status-details-bin": "\b\u0003\u0012%Request contains an invalid 
argument.\u001a\u0001\nCtype.googleapis.com/google.ads.googleads.v5.errors.GoogleAdsFailure\u0012L\nJ\n\u0002\b\u0001\u0012D
 Version v5 is deprecated. Requests to this version will be blocked.",
     "request-id": "JyFZ9zysaqJbiCr_PX8SLA"
   }
   Fault: errors {
     error_code {
       request_error: UNKNOWN
     }
     message: " Version v5 is deprecated. Requests to this version will be 
blocked."
   }
   ```
   
   
   


-- 
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]


Reply via email to