mobuchowski commented on code in PR #45294:
URL: https://github.com/apache/airflow/pull/45294#discussion_r1922581314
##########
airflow/api_fastapi/execution_api/datamodels/taskinstance.py:
##########
@@ -181,6 +182,7 @@ class DagRun(BaseModel):
data_interval_end: UtcDateTime | None
start_date: UtcDateTime
end_date: UtcDateTime | None
+ clear_number: int
Review Comment:
It is a part of the current DagRun model :)
https://github.com/apache/airflow/blob/02d83b0768ff8ad3024b3a42cf8829789867861f/airflow/models/dagrun.py#L160
We need it to properly generate DR uuid, so that events from different
physical executions of a dag run aren't mixed up:
https://github.com/apache/airflow/blob/90eae569db448bf24afd4b14505f055100c1193e/providers/src/airflow/providers/openlineage/plugins/adapter.py#L122
--
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]