So for your query from the linked gist, the following should work:
from system.numbers | select number
prql target:sql.clickhouse from `system.numbers` | select {number}
So for your query from the linked gist, the following should work:
Otherwise, if you want to be really strict: You can see here for more details: https://prql-lang.org/book/reference/syntax/keywords.html