- dbt snapshots snippets #13 by @mharrisb1
- log a variable with name and value snippet #14 by @swanderz
This release is all about doing things over and over again (for loops) --just like you'd do when you were playing Diablo back in the days
- Adds two new more specific
for loop
snippets. One for lists (inserts[]
around the tabstop), one for dictionaries (inserts.items()
) #8 Thanks @jflairie ❤️
Time for the app to go on an adventure. No new features. It's up on the VSCode marketplace now
- Fixes some separator whitespace.
- Adds snippet for comments with whitespace handling #4 Thanks @joaoclemencio ❤️
- Initial release
- Brings a set of generic jinja snippets (blocks, sets, loops etc.)
- Brings a set of dbt-specific jinja and not so jinja snippets such as
{{ ref() }}
,{{ source() }}
. See source for the list of available snippets.