Skip to content

Commit

Permalink
try infer_schema_length=None for complete Metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
blaylockbk committed Feb 19, 2025
1 parent 27629f8 commit be8d588
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/synoptic/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,9 @@ def df(self) -> pl.DataFrame:
"MNET_ID": pl.UInt32,
"WIMS_ID": pl.UInt32,
},
infer_schema_length=None,
# TODO: Setting to None is slow, but necessary to parse the "providers" column
# TODO: How do you set the schema_overrides for 'providers' to List(Struct({'name': pl.String, 'url': pl.String}))
)

df = (
Expand Down

0 comments on commit be8d588

Please sign in to comment.