Skip to content

Commit

Permalink
Ignore workflow property in transform request object
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Dec 5, 2023
1 parent e765f07 commit 618e228
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion servicex/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ class TransformStatus(BaseModel):
image: str
result_destination: ResultDestination = Field(alias="result-destination")
result_format: ResultFormat = Field(alias="result-format")
workflow_name: str = Field(alias="workflow-name")
generated_code_cm: str = Field(alias="generated-code-cm")
status: Status
app_version: str = Field(alias="app-version")
Expand Down

0 comments on commit 618e228

Please sign in to comment.