You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "shahar1 (via GitHub)" <gi...@apache.org> on 2023/03/03 07:30:12 UTC

[GitHub] [airflow] shahar1 commented on issue #10596: Add support for impersonation in GKEStartPodOperator, DataflowCreateJavaJobOperator and DataflowCreatePythonJobOperator

shahar1 commented on issue #10596:
URL: https://github.com/apache/airflow/issues/10596#issuecomment-1453096326

   I've been trying to resolve this issue, and it seems that:
   - `GKEStartPodOperator` currently supports an impersonation chain. (#19518)
   - `DataflowCreateJavaJobOperator` and `DataflowCreatePythonJobOperator` are both deprecated in favor of `BeamRunPythonPipelineOperator`. (#12814)
   - `BeamRunPythonPipelineOperator` supports the impersonation chain by passing `DataflowConfiguration` that includes `impersonation_chain` parameter. (#14094)
   
   Therefore, this issue could be closed as it is already resolved.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org