prql-query icon indicating copy to clipboard operation
prql-query copied to clipboard

Query and transform data with PRQL

Results 13 prql-query issues
Sort by recently updated
recently updated
newest added

@max-sixty @snth @aljazerzen I think that leaving this repository here is causing confusion for new users, so I recommend archiving this. As of November 2023, the glaredb CLI covers most...

The latest version of `pq` (0.0.15) doesn't seem to accept the same syntax for `select` that's documented on the PRQL website. Example: ``` $ $ pq "from a | select...

example from readme https://github.com/PRQL/prql-query#transforming-data-with-pq-and-writing-the-output-to-files raises error ```sh pq --from examples/data/chinook/csv/invoices.csv --to invoices.parquet "" ``` ``` Error: Error: ╭─[:2:18] │ 2 │ from `invoices` | · ┬ · ╰── Expected one...

duckdb just released version 0.6.0 that purports to fix #18, the _"... got something else..."_ error message. To reproduce, update the Cargo.toml to use duckdb version=0.6.0, then `cargo build`. Here...

Cool project! I used the prql-query CLI-tool v0.0.14 in the following examples. ## The problem When compiling: ```prql prql target:sql.postgres from developers group team ( aggregate [ skill_width = count_distinct...

bug

Hi, First of all, thank you for the great project ! I was wondering if under "Alternative Backends" - can integrations with Open Table format like [Apache Iceberg](https://iceberg.apache.org/) can be...

I have installed `pq` via `cargo install prql-query`. Running `pq --help` works, but any other command fails with an odd `semver version number string` error: ``` $ pq "from a...

Using 0.0.14, the `--database` support seems broken, at least when connecting to a Postgres 14.6 database: ``` pq -d "postgresql://$ATL_DATABASE_USER:$ATL_DATABASE_PASSWORD@$ATL_DATABASE_HOST:$ATL_DATABASE_PORT/$ATL_DATABASE" 'from jiraissue | take 1' Error: IO Error: Unsupported Postgres...

Should we add prql-query to Tools, and the FAQ?