-
Notifications
You must be signed in to change notification settings - Fork 238
Open
Description
What's up?
I pulled the current PRQL dev container (aac8ae8) and used task web:run-playground
. It worked correctly, but I noticed that it displayed compiler version 0.13.2 in the comment at the bottom
I also ran task web:run-website
and the website built correctly.
However, I ran task web:run-book
and got the error message below. How can I update the Dev Container so that it builds the current prqlc
?
...
thread 'main' panicked at web/book/src/lib.rs:26:62:
called `Result::unwrap()` on an `Err` value: Query raised an error:
prql version:"0.13.4"
from employees
Error: This query requires version ^0.13.4 of PRQL that is not supported by prqlc version 0.13.2 (shortened from 0.13.2-230-g4044e70c). Please upgrade the compiler.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2025-05-21 10:31:18 [ERROR] (mdbook::utils): Error: The "prql" preprocessor exited unsuccessfully with exit status: 101 status
task: Failed to run task "web:run-book": exit status 101
Metadata
Metadata
Assignees
Labels
No labels