You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/16 18:33:59 UTC

[GitHub] [airflow] uranusjr edited a comment on issue #19618: Execution_date not rendering after airflow upgrade

uranusjr edited a comment on issue #19618:
URL: https://github.com/apache/airflow/issues/19618#issuecomment-970555814


   I can see why the error happens, but not why the error is wrong. A `@once` schedule does not have a following schedule (because it runs only once?), so `dag.following_schedule(execution_date)` is correct to return `None`. This should be the case if you use `dag_run.logical_date`.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org