Skip to content

Commit

Permalink
Update schema/requests
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed May 15, 2024
1 parent 15c0255 commit 0132f9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/src/backend/views/http/requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,6 @@ class Config:
extra = Extra.allow

class PipelineLockRequest(BaseModel):
pipeline_run_uuid: str
expires_in: int = 0

# Pipeline runs and task executions
Expand Down
3 changes: 3 additions & 0 deletions src/engine/src/owe_python_sdk/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,9 @@ def backwards_compatibility_transforms(cls, values):
class Config:
extra = Extra.allow

class PipelineLockRequest(BaseModel):
expires_in: int = 0

# Pipeline runs and task executions
# TODO rename ReqCreateTaskExecution
class TaskExecution(BaseModel):
Expand Down

0 comments on commit 0132f9b

Please sign in to comment.