This repository was archived by the owner on Nov 19, 2023. It is now read-only.
This repository was archived by the owner on Nov 19, 2023. It is now read-only.
readme example fails #36
Open
Description
example from readme https://github.com/PRQL/prql-query#transforming-data-with-pq-and-writing-the-output-to-files raises error
pq --from examples/data/chinook/csv/invoices.csv --to invoices.parquet ""
Error: Error:
╭─[:2:18]
│
2 │ from `invoices` |
· ┬
· ╰── Expected one of !, (, +, -, ==, [, an identifier or keyword case, but didn't find anything before the end.
───╯
using tablename.*
which works on playground (PRQL/prql#3641) does not work either.
pq --from examples/data/chinook/csv/invoices.csv --to invoices.parquet "select invoices.*"
Error: IO error: No such file or directory (os error 2)
Metadata
Metadata
Assignees
Labels
No labels