melugoyal commented on issue #34727: URL: https://github.com/apache/airflow/issues/34727#issuecomment-1865240268
it looks like https://github.com/apache/airflow/pull/35629 made an attempt to get BigQuery triggers working with impersonation. however i think one place was missed, specifically [this invocation](https://github.com/apache/airflow/blob/e2393ee6dd3a927e753e6375621af07aa0c734dc/airflow/providers/google/cloud/operators/bigquery.py#L2872-L2877) of BigQueryInsertJobTrigger. should be a simple fix to pass in `self.impersonation_chain` there as well -- 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]
