Skip to content

draft: feat: databricks connector#8907

Draft
royendo wants to merge 7 commits intomainfrom
feat-databricks-connector
Draft

draft: feat: databricks connector#8907
royendo wants to merge 7 commits intomainfrom
feat-databricks-connector

Conversation

@royendo
Copy link
Contributor

@royendo royendo commented Feb 23, 2026

Screenshot 2026-02-22 at 20 38 20 Screenshot 2026-02-22 at 20 38 26 Screenshot 2026-02-22 at 21 25 18

Adds a Databricks connector that connects to Databricks SQL warehouses via the databricks-sql-go driver, supporting both OLAP queries and warehouse-based data export.

  • Backend driver (runtime/drivers/databricks/) with OLAP store, information schema browsing (catalogs, schemas, tables), and warehouse interface (QueryAsFiles for Arrow/Parquet export)
  • Connection via host, HTTP path, and personal access token; optional catalog and schema defaults
  • DialectDatabricks added to the OLAP dialect enum
  • Frontend schema with form fields for host, HTTP path, token, catalog, schema, plus table explorer (SQL + model name)
  • Databricks Svelte icon components and connector icon mapping
  • Documentation page with connection setup instructions

Checklist:

  • Covered by tests
  • Ran it and it works as intended
  • Reviewed the diff before requesting a review
  • Checked for unhandled edge cases
  • Linked the issues it closes
  • Checked if the docs need to be updated. If so, create a separate Linear DOCS issue
  • Intend to cherry-pick into the release branch
  • I'm proud of this work!

Developed in collaboration with Claude Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant