Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Wizard for dbt Core (TM)New to Visual Studio Code? Get it now.

Wizard for dbt Core (TM)

Preview

Fivetran

|
2,325 installs
| (2) | Free
This extension will help you work with dbt
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Wizard for dbt Core (TM)*

Working with dbt Core in Visual Studio Code using the Fivetran Wizard for dbt Core (TM) extension accelerates your first-time environment setup with dbt Core, and optimizes your continual development of transformation pipelines. This extension is designed primarily for BigQuery destinations, but support for other warehouses is in development.

Note: Turning on Auto Save is strongly recommended. This feature enables near real-time query preview, auto-completion, and error highlighting with Wizard for dbt Core (TM).

*dbt Core is a trademark of dbt Labs, Inc. All rights therein are reserved to dbt Labs, Inc. Fivetran Transformations is not a product or service of or endorsed by dbt Labs, Inc.

Table of Contents

  • Features
    • Query preview
    • SQL to ref conversion
    • Error highlighting (BQ only)
    • Auto-completion of columns, tables, and refs
    • Function signature help (BQ only)
    • Go to Definition
    • dbt status
  • How to get set up
  • Issues

Features

Note: error highlighting, auto-completion of columns, tables, and function signature help are only available for BigQuery.

Query preview

There are two ways to display a compiled query preview.

  1. Click the Preview icon in the top right corner of your tab
  2. Right click > Wizard for dbt Core (TM) > Show preview

Both methods open the compiled query in a new tab.

Query preview

SQL to ref conversion

If a hardcoded table name can be converted to a dbt ref, the extension can convert that SQL for you automatically, by clicking on the lightbulb icon to the left of the line.

SQL to ref conversion

Error highlighting

Hover over misspelled column and table names to see suggested fixes. SQL syntax errors are also highlighted for your review. To check the entire project for errors you can use Analyze current project button at upper right corner of VS Code editor or in the context menu.

Error highlighting

Auto-completion of columns, tables, and refs

Macros, models and sources

Auto-completion of columns, tables, and refs

Function signature help

Hover over SQL functions to see their definitions and required parameters.

Function signature help

Go to Definition

Macros, models and sources

If you press Cmd and hover over a macro, model, or source name, a preview of the declaration will appear. You can jump to the definition with Cmd+Click or open the definition to the side with Cmd+Alt+Click.

Function signature help

dbt status

When you open dbt model you can use status bar items. The following actions are available:

  • Change path to python interpreter used by extension.
  • Install latest dbt in the selected python environment.
  • See the list of installed dbt adapters and install new adapters.
  • Install dbt packages.

dbt status

Create a new dbt project from scratch

You can create a new dbt project using Command Palette. Press F1 (or ⇧⌘P) to run Command Palette, type WizardForDbtCore(TM): Create dbt Project and press Enter. You should choose new project location and then answer all questions. This will open the new project in a separate VS Code window.

Install dbt packages

You can install dbt packages by running WizardForDbtCore(TM).installDbtPackages command or by using language status item menu. After selecting package name and version, the packages.yml file will be updated automatically.

install dbt packages

How to get set up

The extension works on MacOS, Linux, and Windows (for Windows, see the additional information in the Windows Support article). It supports the default locations for profiles.yml and dbt_project.yml files.

Prior to using the extension, you need to perform the following steps in the VS Code Terminal:

  1. Install your dbt Core adapter.
    • python3 -m pip install dbt-bigquery
  2. For Windows, install WSL and Ubuntu 20.04 as Administrator (this requires a computer restart)
    • wsl --install -d Ubuntu-20.04
  3. Create your dbt profile and add your credentials.
    • touch ~/.dbt/profiles.yml
    • See dbt Labs’ BigQuery profile documentation for more guidance on how to populate this file.
  4. Open your dbt project in a new VS Code window.
  5. Check that the extension is operating by right-clicking in any .sql model file, and selecting Wizard for dbt Core (TM) > Show query preview.

Issues

If you have found any bug, have an idea or suggestion on how to improve extension, please file an issue and provide the details here: Issues

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft