uranusjr opened a new pull request, #46663: URL: https://github.com/apache/airflow/pull/46663
A DAG run with logical date in the future can never be started now. This only affects schedule=None, which can only be triggered manually. Instead of using a future date, you can trigger with a None logical date whenever you want. A custom run_id can be supplied if you want it. If a date is needed, it can be passed as a DAG param instead. -- 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]
