uranusjr opened a new pull request #16352:
URL: https://github.com/apache/airflow/pull/16352


   Close #16304. Todo:
   
   * [x] Add those fields to the actual `DagRun` model.
   * [x] Populate the fields when a `DagRun` instance is created (when 
`DagRun.execution_date` is populated). I think (hope) this field is never 
updated after a run is created?
   * [x] Add `logical_date` and `data_interval` to template context.
       * [x] Emit deprecation warning when the `execution_date` context 
variable is accessed. (fix #16372)
   * Change functions that create `DagRun` instances to use `data_interval`.
       * [x] `DAG.create_dagrun()`
       * [x] Connexion `post_dag_run()`
       * [ ] (Optional) A lot of tests
   * Change functions that call `DAG.create_dagrun()` to use `data_interval`.
        * [x] `BackfillJob`
        * [x] `SchedulerJob`
        * [x] `SubDagOperator`
        * [x] Web UI manual trigger view
        * [ ] (Optional) A lot of tests
        * [ ] (Optional) Experiemental API
   * [x] Add documentation on how the template field meanings change and how 
they map to the previous values.
   * Test data interval is correctly populated when triggered
        * [x] In the scheduler (manual, scheduled, and backfilled, etc.)
        * [x] From the web UI
        * [x] From the CLI
        * From the stable API (this needs things in #17122 and will be a part 
of that PR instead)
   * Add documentation on data intervals. (Broken into another PR since I think 
there are many things to change)


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


Reply via email to