olchas commented on issue #9461: URL: https://github.com/apache/airflow/issues/9461#issuecomment-670384662
@jaketf, @amithmathew so it would seem that the approach could be to: 1. disallow simultaneous use of `delegate_to` and `impersonation_chain` (new argument used for direct impersonation) in `GoogleBaseHook` by raising an exception if both arguments are provided 1. remove `delegate_to` from most Google operators and hooks, leaving it only in G Suite operators and hooks WDYT? CC: @turbaszek ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
