Skip to content
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
Open
@jangorecki

Description

@jangorecki

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions