Skip to content

Commit 2c36790

Browse files
Generate TaskSDK datamodels (#61469)
1 parent 73282bd commit 2c36790

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

task-sdk/src/airflow/sdk/api/datamodels/_generated.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,8 @@ class ValidationError(BaseModel):
371371
loc: Annotated[list[str | int], Field(title="Location")]
372372
msg: Annotated[str, Field(title="Message")]
373373
type: Annotated[str, Field(title="Error Type")]
374+
input: Annotated[Any | None, Field(title="Input")] = None
375+
ctx: Annotated[dict[str, Any] | None, Field(title="Context")] = None
374376

375377

376378
class VariablePostBody(BaseModel):

0 commit comments

Comments
 (0)