-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Make zip function available in Jinja #2345
Comments
Thanks for opening this issue @friendofasquid! I can buy either:
I think if we're only going to add I think I'd be in favor of adding
As far as namespaces go, we already have a Do you have any thoughts / preferences / ideas? Curious to hear what you think |
I don’t know enough about Jinja templating to comment. My gut would be to have a set of things that aren’t namespaces, mostly because I think dbt is a lot of people’s first time writing code that isn’t SQL. |
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please remove the stale label or comment on the issue, or it will be closed in 7 days. |
@drewbanin bumping this back up to see if this can be done |
I buy the utility of this one, especially I also think the initial reservation may not be as much of an issue, given how we construct The code here can be a little bit tricky, but the basic implementation should look a lot like the
I'm going to open this one back up, and mark it as |
Would like to use zip to loop over some results in a Jinja template
Currently zip is not available, but would make my code a much cleaner.
The text was updated successfully, but these errors were encountered: