apache/airflow

Add `execute_tasks_new_python_interpreter` argument to `PythonOperator`

Open

#41.093 aberto em 29 de jul. de 2024

Ver no GitHub
 (5 comments) (3 reactions) (0 assignees)Python (16.781 forks)batch import
area:coregood first issuekind:featureprovider:standard

Métricas do repositório

Stars
 (44.809 stars)
Métricas de merge de PR
 (Mesclagem média 7d 18h) (834 fundiu PRs em 30d)

Description

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

Guia do colaborador