Feature | Description |
---|---|
Compiled Query & Dry run stats | Compiled query with dry run stats in a vertical split on saving the file |
Dependancy graph | Interative 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 results | Preview query results in a table by running the file |
Schema code generation | Edit 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 definition | Go to definition for source in `$ref{("my_source")}` and javascript blocks in `.sqlx` files |
Auto-completion | Completion for sources, tags, models, variables, etc |
Code actions | Apply 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 snippets | Code snippets for generic BigQuery functions taken from vscode-langauge-sql-bigquery extension |
BigQuery hover definition provider | Hover definition for commonly used BigQuery functions |
Compiled query with dry run stats in a vertical split on saving the file