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 2020/05/25 08:51:59 UTC

[GitHub] [airflow] damnko edited a comment on pull request #4676: [AIRFLOW-3702] Add backfill option to run backwards

damnko edited a comment on pull request #4676:
URL: https://github.com/apache/airflow/pull/4676#issuecomment-633459678


   Hi, can the `run_backwards` parameter be used when defining a DAG like so?
   ```python
   from airflow import DAG
   dag = DAG(
       dag_id = "...",
       scheduled_interval = "@daily",
       run_backwards = True,
   )
   ```
   
   It seems to be something that can be used only manually through the Airflow cli but wanted to confirm. Is there any way to setup a DAG to run as backfilling job from the most recent DAG to the oldest?
   Thanks


----------------------------------------------------------------
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.

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