Releases: probstal/vscode-ggsql
Releases · probstal/vscode-ggsql
Release list
v0.2.1
v0.2.0
- dbt integration:
sql/jinja-sqlfiles inside a dbt project that contain theVISUALISE/VISUALIZE
keyword get a "Render ggsql Visualization" run button.
The SQL part is compiled and executed by the dbt CLI usingdbt show
and the VISUALISE part is rendered by ggsql reading that file through its duckdb reader. - New setting:
ggsql.dbtPath(path to thedbtexecutable, defaults to
dbton PATH).
v0.1.0
- Converted to a pure VS Code extension: removed the Positron language runtime,
connection drivers, and the ggsql-jupyter kernel integration. - Queries now run through the
ggsqlCLI (ggsql exec); the run button, code
lenses, and cell keybindings all execute via the CLI. - Generated charts are rendered with Vega-Lite in a "ggsql Results" webview
panel beside the editor. - New settings:
ggsql.reader(data source connection string passed via
--reader, defaultduckdb://memory) andggsql.executablePath(path to
theggsqlbinary, defaults toggsqlon PATH). Theggsql.kernelPath
setting was removed.