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

improving the parametrization tutorial #288

Closed
edublancas opened this issue Mar 22, 2023 · 1 comment · Fixed by #570
Closed

improving the parametrization tutorial #288

edublancas opened this issue Mar 22, 2023 · 1 comment · Fixed by #570
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@edublancas
Copy link

edublancas commented Mar 22, 2023

We recently introduced a new way to parameterize SQL queries: https://jupysql.ploomber.io/en/latest/user-guide/template.html

However, the tutorial is pretty short. We should improve it to make it more compelling to show how users can benefit from parametrized SQL queries. For inspiration, we can look at dbt docs, which also use jinja2 for parametrization (although some features might not work here)

@edublancas edublancas added the documentation Improvements or additions to documentation label Mar 22, 2023
@neelasha23
Copy link

Acceptance Criteria:

  1. Research on usecases of parametrized SQL queries
  2. Review dbt docs.
  3. Improve tutorial by adding more examples/ usecases.
  4. Changelog entry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants