-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dbt (jinja) integration been removed from prql-compiler? #2104
Labels
Comments
eitsupi
changed the title
dbt integration been removed from prql-compiler?
dbt (jinja) integration been removed from prql-compiler?
Mar 11, 2023
Yes; we never actually ended up using this — I couldn't get dbt to run things in the order that I wanted. (And now there are discussions about a deeper integration with dbt). So yes we should remove these docs. I can do that unless anyone gets there first... Yes we can add to the changelog too, no harm in doing that. |
max-sixty
added
documentation
and removed
bug
Invalid compiler output or panic
compiler
labels
Mar 17, 2023
eitsupi
added a commit
that referenced
this issue
Apr 2, 2023
…age of 0.6.0 (#2366) Related to #2104 A set of some minor fixes that I noticed when I looked at the Changelog that is now included in the Book. - Fix some typos. - Added some info on some of breaking changes - Pass through jinja template (`{{` and `}}`). - `switch` -> `case` I tried to include the admonish note about the change of name from `switch` to `case` in the changelog, but it didn't work (bug?). So I add it to the `case` page. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
prql-bot
pushed a commit
that referenced
this issue
Apr 2, 2023
…age of 0.6.0 (#2366) Related to #2104 A set of some minor fixes that I noticed when I looked at the Changelog that is now included in the Book. - Fix some typos. - Added some info on some of breaking changes - Pass through jinja template (`{{` and `}}`). - `switch` -> `case` I tried to include the admonish note about the change of name from `switch` to `case` in the changelog, but it didn't work (bug?). So I add it to the `case` page. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (cherry picked from commit ca23ad9)
Closes because the document has been updated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
The functionality that was in prql-compiler for dbt integration seems to have been removed in #1722 (moved to prqlc).
prql/book/src/integrations/dbt.md
Lines 156 to 158 in ed1e896
Perhaps the documentation needs updating?
And it might be better to put it on Changelog as a breaking change.
PRQL input
SQL output
Expected SQL output
No response
MVCE confirmation
Anything else?
No response
The text was updated successfully, but these errors were encountered: