apache/airflow
在 GitHub 查看Add `execute_tasks_new_python_interpreter` argument to `PythonOperator`
Open
#41,093 建立於 2024年7月29日
area:coregood first issuekind:featureprovider:standard
倉庫指標
- Star
- (44,809 star)
- PR 合併指標
- (平均合併 7天 18小時) (30 天內合併 834 個 PR)
描述
Description
Currently from my knowledge it is only possible to force all python tasks to execute in a new interpreter for every execution globally via this setting:
Would it be possible to add this argument to the PythonOperator so it is possible to control this behavior at the task level?
Use case/motivation
Related issues
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct