Skip to content

bluecolor/vscode-dbt-power-user

 
 

Repository files navigation

vscode-dbt-power-user

Last updated Version Installs Build passing

This extension makes vscode seamlessly work with dbt.

Main features:

  • Go to the definition of any models, macro's and sources.
  • Autocompletion of models, macros and sources
  • Ability to run a model through the play button of the document

Please let us know about any bugs or feature requests through the github issues.

This extension is sponsored by innover.io.

Features at work

See the compiled SQL and the run status in the statusbar (new)

See compilation and run status

See the model graph

See the graph and execute parent or children models

Go to definition

Go to model definition

Go to macro definition

Go to source definition

Autocompletion

Autocomplete model

Autocomplete macro

Autocomplete source

How to use the extension

You should associate your .sql files with the jinja-sql language by configuring in Preferences > Settings

Associations

or add the following in settings.json:

    "files.associations": {
        "*.sql": "jinja-sql"
    },

About

This extension makes vscode seamlessly work with dbt.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 98.7%
  • JavaScript 1.3%