You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.
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.
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 ""
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.*"
The text was updated successfully, but these errors were encountered: