You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/11/09 10:32:00 UTC

[jira] [Commented] (AIRFLOW-3702) Reverse Backfilling(from current date to start date)

    [ https://issues.apache.org/jira/browse/AIRFLOW-3702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17441053#comment-17441053 ] 

ASF GitHub Bot commented on AIRFLOW-3702:
-----------------------------------------

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

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


> Reverse Backfilling(from current date to start date)
> ----------------------------------------------------
>
>                 Key: AIRFLOW-3702
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3702
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: configuration, DAG, models
>    Affects Versions: 1.10.1
>         Environment: MacOS High Sierra
> python2.7
> Airflow-1.10.1
>            Reporter: Shubham Gupta
>            Assignee: Dima Kamalov
>            Priority: Major
>              Labels: critical, improvement, priority
>             Fix For: 1.10.3
>
>   Original Estimate: 336h
>  Remaining Estimate: 336h
>
> Hello,
> I think there is a need to have reverse backfilling option as well because recent jobs would take precedence over the historical jobs. We can come up with some variable in the DAG such as dagrun_order_default = True/False . This would help in many use cases, in which previous date pipeline does not depends on current pipeline.
> I saw this page which talks about this -> http://mail-archives.apache.org/mod_mbox/airflow-dev/201804.mbox/%3CCAPUwX3M7_qrn=1BqYSMkDV_ifjbTA6LBtq7CzHhEXSZmDJkDnw@mail.gmail.com%3E
> Thanks!
> Regards,
> Shubham



--
This message was sent by Atlassian Jira
(v8.20.1#820001)