Skip to content
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

Implement Jinja functionality #15

Merged
merged 4 commits into from
Jul 15, 2024
Merged

Implement Jinja functionality #15

merged 4 commits into from
Jul 15, 2024

Conversation

daranzolin
Copy link
Owner

@daranzolin daranzolin commented Jul 10, 2024

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

  • jinjar import
  • tests
  • update NEWS.md
  • devtools::check() passes locally

@daranzolin daranzolin merged commit 35e9987 into main Jul 15, 2024
5 checks passed
@daranzolin daranzolin deleted the implement-jinjar branch July 15, 2024 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow 'Jinja' like functionality in sql queries
1 participant