pingzh commented on issue #23679: URL: https://github.com/apache/airflow/issues/23679#issuecomment-1125338508
the root cause should be https://github.com/apache/airflow/blob/749e53def43055225a2e5d09596af7821d91b4ac/airflow/cli/commands/task_command.py#L106 when the `run_id` is passed in, instead of the `execution_date`, this query uses `None` as the `execution_date` to query dag_run -- 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]
