Skip to content

Commit

Permalink
fixing example
Browse files Browse the repository at this point in the history
  • Loading branch information
ilongin committed Aug 19, 2024
1 parent 9b006bd commit fce471f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datachain/lib/meta_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def read_meta( # noqa: C901
sys.stdout = captured_output
try:
chain = (
DataChain.from_storage(schema_from)
DataChain.from_storage(schema_from, type="text")
.limit(1)
.map( # dummy column created (#1615)
meta_schema=lambda file: read_schema(
Expand Down

0 comments on commit fce471f

Please sign in to comment.