uranusjr opened a new pull request #16352: URL: https://github.com/apache/airflow/pull/16352
Close #16304. Currently only a migration file. Rough todo: * [ ] Add those fields to the actual `DagRun` model. * [ ] 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? * [ ] Create calculated property `schedule_date` on `DagRun` backed by the two columns. (It’s basically always `data_interval_end`?) -- 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: [email protected]
