ephraimbuddy commented on issue #27449: URL: https://github.com/apache/airflow/issues/27449#issuecomment-1302284419
> A > > > @eladkal - I corrected my test case with `op_kwargs`. > > Do you have `AIRFLOW__SCHEDULER__SCHEDULE_AFTER_TASK_EXECUTION` set to `True` or `False`? The default value `True` causes this error, but setting it to `False` prevents the mini scheduler from forcing an expansion too early, and the DAG succeeds. > > I used the default for `AIRFLOW__SCHEDULER__SCHEDULE_AFTER_TASK_EXECUTION` which is `True`. What database are you using? Did you set any other environment variable other than the above? I can't reproduce it running your updated dag > > However, I see that in my case, the second task starts before the first task and they finish together Reproduced with LocalExecutor! -- 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]
