bugraoz93 commented on code in PR #48914:
URL: https://github.com/apache/airflow/pull/48914#discussion_r2041179655


##########
airflow-ctl/src/airflowctl/api/datamodels/generated.py:
##########
@@ -136,7 +129,7 @@ class BulkDeleteActionConnectionBody(BaseModel):
     entities: Annotated[
         list[str], Field(description="A list of entity id/key to be deleted.", 
title="Entities")
     ]
-    action_on_non_existence: BulkActionNotOnExistence | None = "fail"
+    action_on_non_existence: BulkActionNotOnExistence | None = 
BulkActionNotOnExistence.FAIL

Review Comment:
   @potiuk Thanks! I am okay with excluding the license. I saw we have one in 
`task-sdk`. That's why I was thinking maybe we can do something similar here. 
   
   @aritra24, I agree with Jarek that this package will break at some point 
without us making any changes. Let's use `ignore_errors` for this package and 
ignore everything rather than chasing and fixing specific rules. There won't be 
any code piece under this package other than generated Pydantic objects.



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