uranusjr commented on code in PR #56808:
URL: https://github.com/apache/airflow/pull/56808#discussion_r2446818076


##########
airflow-core/src/airflow/api_fastapi/execution_api/datamodels/hitl.py:
##########
@@ -75,10 +75,27 @@ def from_hitl_detail_orm(cls, hitl_detail: HITLDetail) -> 
HITLDetailResponse:
             else None
         )
 
+        # Convert UtcDateTime to datetime for Pydantic compatibility

Review Comment:
   Why…? UtcDateTime is just `Annotated[datetime, ...]`, it’s weird there’s a 
compatibility issue at all.



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