aashayVimeo commented on pull request #4676:
URL: https://github.com/apache/airflow/pull/4676#issuecomment-964018648
hi @dima-asana @feng-tao Any updates on the above comment for running
backwards dag from dag definition.
```
from airflow import DAG
dag = DAG(
dag_id = "...",
scheduled_interval = "@daily",
run_backwards = True,
...
)
```
--
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]