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


##########
airflow-ctl/src/airflowctl/api/datamodels/generated.py:
##########
@@ -1709,7 +1763,12 @@ class BulkBodyVariableBody(BaseModel):
         extra="forbid",
     )
     actions: Annotated[
-        list[BulkCreateActionVariableBody | BulkUpdateActionVariableBody | 
BulkDeleteActionVariableBody],
+        list[
+            BulkCreateActionVariableBody
+            | BulkUpdateActionVariableBody
+            | BulkDeleteActionVariableBody
+            | BulkDeleteWithEntityActionVariableBody

Review Comment:
   Thanks for the suggestion. That is better. Let me try implement it.



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