FeatureDescription
Compiled Query & Dry run statsCompiled query with dry run stats in a vertical split on saving the file
Dependancy graphInterative dependancy graph with external sources higlighted in distinct colors
Inline diagnostics on `.sqlx` file 🚨Native LSP like experience with diagnostics being directly put on sqlx file
Preview query resultsPreview query results in a table by running the file
Schema code generationEdit the schema of the model to genrate code that can be used for documentation
Cost estimator 💸Estimate 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 sources, tags, models, variables, etc
Code actionsApply quick fixes at the speed of thought
Run file(s)/tag(s)Run file(s)/tag(s), optionally with dependencies/dependents/full refresh using vscode command pallet or compiled query web view
Format using Sqlfluff 🪄Format sqlx files with javascript blocks using sqlfluff
BigQuery snippetsCode snippets for generic BigQuery functions taken from vscode-langauge-sql-bigquery extension
BigQuery hover definition providerHover definition for commonly used BigQuery functions

Compiled Query & Dry run stats

Compiled query with dry run stats in a vertical split on saving the file

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