Skip to content

Commit

Permalink
fix: parquet prefix_ids defaults to 'wb'
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney authored and shorvath-noaa committed Aug 12, 2024
1 parent f8e9f45 commit 70a2d0c
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 @@ -54,7 +54,7 @@ class ParquetOutput(BaseModel):
parquet_output_folder: Optional[DirectoryPath] = None
parquet_output_segments: Optional[List[str]] = None
configuration: str = 'None'
prefix_ids: str = 'wb-'
prefix_ids: str = 'wb'


class ChrtoutOutput(BaseModel):
Expand Down

0 comments on commit 70a2d0c

Please sign in to comment.