davidcaron opened a new pull request #18707: URL: https://github.com/apache/airflow/pull/18707
When execution_date is `None`, the generated name for the `run_id` contains the a generated `execution_date` in isoformat. That `execution_date`should be passed to `trigger_dag`, otherwise we have a mismatch between the `execution_date` in `run_id` and the actual `execution_date` of the dag run. This didn't cause any issues per se, but I thought it should be fixed for consistency. -- 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]
