Skip to content

Commit be8d588

Browse files
committed
try infer_schema_length=None for complete Metadata
1 parent 27629f8 commit be8d588

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/synoptic/services.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,9 @@ def df(self) -> pl.DataFrame:
581581
"MNET_ID": pl.UInt32,
582582
"WIMS_ID": pl.UInt32,
583583
},
584+
infer_schema_length=None,
585+
# TODO: Setting to None is slow, but necessary to parse the "providers" column
586+
# TODO: How do you set the schema_overrides for 'providers' to List(Struct({'name': pl.String, 'url': pl.String}))
584587
)
585588

586589
df = (

0 commit comments

Comments
 (0)