kaxil commented on code in PR #45294:
URL: https://github.com/apache/airflow/pull/45294#discussion_r1923337346
##########
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:
Correct me if I am wrong -- but the (`dag_id`, `clear_number` &
`logical_date`) won't be unique anymore in AF 3.0 -- since `logical_date` would
accept Null values, no? @uranusjr
https://github.com/apache/airflow/blob/90eae569db448bf24afd4b14505f055100c1193e/providers/src/airflow/providers/openlineage/plugins/adapter.py#L117-L124
--
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]