kaxil commented on code in PR #45294:
URL: https://github.com/apache/airflow/pull/45294#discussion_r1923122101


##########
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:
   I should have clarified better: I meant `clear_number` on the `DagRun` 
Runtime model feels odd i.e. it isn't required for it.
   
   Since `logical_date` can now be `None` too based on the link below, I think, 
you might need to refactor the logic for generating DR uuid.
   
   https://lists.apache.org/thread/cknldkl9pmmzr1q7ot67wborzznlwrtv
   



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