Regex expressions Regex expressions Note At this time, PRQL does not have a facility for regular expression (regex) processing. The Milestone for 0.5 talks about general plan...
Integrations Integrations PRQL is building integrations with lots of external tools, including: Jupyter ClickHouse DuckDB Prefect VS Code Rill We also have a CLI, prql...
Integrations Integrations PRQL is building integrations with lots of external tools, including: Jupyter ClickHouse DuckDB Prefect VS Code Rill We also have a CLI, prql...
Queries Queries PRQL queries are composed of a sequence of transforms that form a pipeline that modifies data as it is passed from one to the next. The major items of a query ...