fat-catTW commented on PR #70280: URL: https://github.com/apache/airflow/pull/70280#issuecomment-5225589703
Thanks, that makes sense. The PythonOperator-level override has broader provider/core compatibility implications than I initially accounted for. While working on this, I noticed a related bug. The existing global `[core] execute_tasks_new_python_interpreter` setting was not being honored by the task supervisor path. I narrowed this PR to only restore that fallback behavior, and removed the per-task override changes from this PR. So this PR is now a smaller bugfix related to #41093, rather than closing it. The per-task override can be handled separately with a more complete design for provider executor compatibility. -- 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]
