atom-dbt
atom-dbt copied to clipboard
Atom highlighter for dbt projects
- remove sql_where=true from incremental snippet/make a snippet for `if is_incremental()` - add a `do` snippet
Previously, this package overrode Atom's settings so that `.sql`, `.yml` and `.md` files were automatically rendered as using the Jinja-flavored version of their grammars. This PR means that users of...
The package seems to break the Markdown Preview feature. It doesn't work (eg. using the keyboard shortcut of going to Packages -> Markdown Preview -> Toggle Preview) when the Markdown...