jceresini commented on issue #21440: URL: https://github.com/apache/airflow/issues/21440#issuecomment-1035102075
Is it worth looking into why the discovery document is throwing a 403 with the current authentication logic? It may be impacting google API calls other than just the dataflow discovery document. Or is it possible it's an issue on the dataflow discovery url's side? Regarding bumping the package to 2.x: It looks like there some comments about changing version requirements of other google clients, but none of them seem to impact just allowing the `google-api-python-client` to use 2.x (as long as its not changed to require 2+). There doesn't appear to be anything that would impact code using the client either. That wouldn't necessarily solve the issue though, since I would be locking it to `google-api-python-client>=1.6.0,<3.0.0` so users may still end up with version `1.x` if they have other packages with more restrictive dependencies. -- 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]
