Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

readme example fails #36

Open
jangorecki opened this issue Oct 9, 2023 · 0 comments
Open

readme example fails #36

jangorecki opened this issue Oct 9, 2023 · 0 comments

Comments

@jangorecki
Copy link

jangorecki commented Oct 9, 2023

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)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant