Skip to content

Commit

Permalink
removed parquet from streamOutput_allowedTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
karnesh committed Jul 26, 2024
1 parent 7068e17 commit 0f58ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/troute-config/troute/config/output_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing_extensions import Annotated, Literal
from .types import FilePath, DirectoryPath

streamOutput_allowedTypes = Literal['.csv', '.nc', '.pkl', '.parquet']
streamOutput_allowedTypes = Literal['.csv', '.nc', '.pkl']


class OutputParameters(BaseModel):
Expand Down

0 comments on commit 0f58ae6

Please sign in to comment.