guan404ming commented on code in PR #57441:
URL: https://github.com/apache/airflow/pull/57441#discussion_r2599226948


##########
airflow-core/src/airflow/api_fastapi/core_api/datamodels/common.py:
##########
@@ -92,7 +91,7 @@ class BulkDeleteAction(BulkBaseAction[T]):
     """Bulk Delete entity serializer for request bodies."""
 
     action: Literal[BulkAction.DELETE] = Field(description="The action to be 
performed on the entities.")
-    entities: list[Union[str, BulkTaskInstanceBody]] = Field(
+    entities: list[Union[str, T]] = Field(

Review Comment:
   Sure, I will handle this in another pr.



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