daranzolin / sqltargets

targets extension for SQL queries
https://daranzolin.github.io/sqltargets/
Other
34 stars 1 forks source link

Implement Jinja functionality #15

Closed daranzolin closed 1 month ago

daranzolin commented 1 month ago

This PR will allow users to write 'jinja' within SQL queries by adding the 'jinjar' package as a dependency.

Closes #14

Changes

There is a breaking change by truncating the argument query_params to params (to better align with quarto::quarto_render().

Checklist