Skip to content

v2.1.3 - VSCode SQLTools Extension

Choose a tag to compare

@padak padak released this 09 Mar 14:11
· 41 commits to main since this release

What's New

This release adds the VSCode SQLTools Extension alongside the existing JDBC driver. Both projects now share the same version number.

VSCode SQLTools Extension (NEW)

  • Connect to any Keboola stack (AWS US/EU, GCP US/EU, Azure EU, custom/single-tenant)
  • QuickPick selection for branch and workspace on first connect (auto-saved to settings)
  • Browse buckets, tables, and columns in the sidebar explorer
  • Execute SQL queries with async polling and pagination (up to 10,000 rows)
  • Virtual _keboola.* tables: components, events, jobs, tables, buckets
  • KEBOOLA HELP, SHOW HISTORY, USE SCHEMA/DATABASE commands
  • Query cancellation from Command Palette
  • Schema cache with 60s TTL and stale-on-error fallback
  • Autocomplete for SQL keywords, Keboola commands, and virtual tables
  • 147 unit tests + 9 integration tests

Install:

code --install-extension sqltools-keboola-driver-2.1.3.vsix

Requires SQLTools extension.

JDBC Driver

  • Version bump to 2.1.3 (no functional changes from 2.1.2)

Downloads

  • JDBC Driver: keboola-jdbc-driver-2.1.3.jar
  • VSCode Extension: sqltools-keboola-driver-2.1.3.vsix

Acknowledgements

VSCode SQLTools extension inspired by @Vfisa's keboola-sqltools-adapter.