FeatureDescription
Compiled Query & Dry run statsCompiled query with dry run stats in a vertical split
Inline diagnostics on `.sqlx` file 🚨Native LSP like experience with diagnostics being directly put on sqlx file
Dependency graphInteractive dependency graph with external sources highlighted in distinct colors
Preview query resultsPreview query results in a table by running the file
BigQuery hover definition providerHover definition for tables, columns, column descriptions, types and common BigQuery functions
Cost estimatorEstimate the cost of running a Tag
Go to definitionGo to definition for source in `$ref{("my_source")}` and javascript blocks in `.sqlx` files
Auto-completionCompletion for column names, dependencies and declarations in `${ref("..")}` and config block
Code actionsApply dry run suggestions at the speed of thought
Run file(s)/tag(s)Run file(s)/tag(s), optionally with dependencies/dependents/full refresh using cli or Dataform API
Format using Sqlfluff 🪄Format `.sqlx` files using sqlfluff
BigQuery snippetsCode snippets for generic BigQuery functions taken from vscode-language-sql-bigquery extension

Compiled Query & Dry run stats

Compiled query with dry run stats in a vertical split

Compiled Query & Dry run stats demonstration
Inline diagnostics on `.sqlx` file 🚨 demonstration
Dependency graph demonstration
Preview query results demonstration
BigQuery hover definition provider demonstration
Cost estimator demonstration
Go to definition demonstration
Auto-completion demonstration
Code actions demonstration
Format using Sqlfluff 🪄 demonstration