[GitHub] [airflow] ephraimbuddy commented on pull request #17207: WIP: Fix external_executor_id not being set for manually run jobs.

2021-08-20 Thread GitBox
ephraimbuddy commented on pull request #17207: URL: https://github.com/apache/airflow/pull/17207#issuecomment-902985223 Now, I reproduced this consistently with LocalExecutor in breeze by running the example DAG below. ``` from airflow import DAG import os from datetime import

[GitHub] [airflow] ephraimbuddy commented on pull request #17207: WIP: Fix external_executor_id not being set for manually run jobs.

2021-08-19 Thread GitBox
ephraimbuddy commented on pull request #17207: URL: https://github.com/apache/airflow/pull/17207#issuecomment-901928314 > > I feel we should not make this change but dig more to reliably reproduce the linked issue. > > On my first try, I was able to see `Scheduler marked as failed` but