SQL Blocks and Jinja #4803
Closed
yevgenybulochnik
started this conversation in
Ideas
Replies: 1 comment
|
With the new implementation of file watching I think this change is less interesting. File watching a sql jinja template, rendering and then executing a query is very effective! Thanks again marimo team! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Wanted to again thank the marimo team for an excellent tool! Was curious on opinions of incorporating jinja2 within sql code blocks. F strings work fairly well with injecting variables into sql but creating more dynamic sql with jinja could be interesting.
Jinja is easy enough to use by reading a string into the jinja template engine within a cell, but could be very interesting to use within sql blocks.
All reactions