nathadfield commented on issue #34727: URL: https://github.com/apache/airflow/issues/34727#issuecomment-1865846030
@melugoyal I think it is more complicated than that. As mentioned above, if you follow the trigger through it leads to `GoogleBaseHook.provide_gcp_credential_file_as_context()` where there isn't any provision for dealing with the impersonation chain. https://github.com/apache/airflow/blob/main/airflow/providers/google/common/hooks/base_google.py#L499-L532 -- 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]
