Skip to content

Commit

Permalink
fix(task_sdk): add missing type column to TIRuntimeCheckPayload (apac…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W authored Feb 7, 2025
1 parent 3888e73 commit 7ca89b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,3 +264,4 @@ class TIRuntimeCheckPayload(StrictBaseModel):

inlets: list[AssetProfile] | None = None
outlets: list[AssetProfile] | None = None
type: str | None = None

0 comments on commit 7ca89b3

Please sign in to comment.