Skip to content

Commit

Permalink
updates LogCreate
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-phinizy committed Oct 29, 2024
1 parent d5a1b4f commit 62b84c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prefect/client/schemas/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ class LogCreate(ActionBaseModel):
timestamp: DateTime = Field(default=..., description="The log timestamp.")
flow_run_id: Optional[UUID] = Field(None)
task_run_id: Optional[UUID] = Field(None)
worker_id: Optional[UUID] = Field(None)


class WorkPoolCreate(ActionBaseModel):
Expand Down

0 comments on commit 62b84c8

Please sign in to comment.