matthewblock commented on issue #27449: URL: https://github.com/apache/airflow/issues/27449#issuecomment-1302233394
@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. -- 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]
