bastienboutonnet/vscode-dbt

Feature request: formatted dict and list objects

smitsrr opened this issue · 1 comments

Template to prompt and output correctly formatted snippets to set dictionaries (most commonly for column renaming), and lists (most commonly for columns).

Hi @smitsrr, based on the information I'm not sure I understand what you need. Do you have a few code snippets of the desired template outcomes? Or could you point me to jinja docs with those concepts so I don't have to read between the lines?

As far as I know there is something that implements a set tag in this repo: https://github.com/bastienboutonnet/vscode-dbt/blob/master/vscode-dbt/snippets/snippets_sql.json#L93-L97

But I have a feeling that's not what you mean.