uranusjr opened a new pull request, #43148: URL: https://github.com/apache/airflow/pull/43148
In #38365, it was mentioned the label really should use logical date, not data interval end. This comment was however not addressed at all before the PR was merged. While using `dataIntervalEnd` fixes _some_ of the runs, it actually makes the display wrong for others. The run ID is generated from logical date, which _may_ be data interval start or end, or another value altogether depending on how the DAG is configured (specifically which timetable is used) and how the run is triggered. Using either `dataIntervalStart` or `dataIntervalEnd` is wrong. -- 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]
