Skip to content

fix: Add missing sql_warehouse mode to Databricks v1.10.x and v1.11.x docs#1723

Merged
lukekim merged 1 commit into
trunkfrom
fix/databricks-versioned-sql-warehouse
May 13, 2026
Merged

fix: Add missing sql_warehouse mode to Databricks v1.10.x and v1.11.x docs#1723
lukekim merged 1 commit into
trunkfrom
fix/databricks-versioned-sql-warehouse

Conversation

@claudespice
Copy link
Copy Markdown
Collaborator

Summary

The versioned Databricks docs (v1.10.x and v1.11.x) only listed spark_connect and delta_lake as valid mode values, but sql_warehouse mode existed in both releases. This is contradictory since the same page already documented databricks_sql_warehouse_id referencing sql_warehouse mode.

Verified via git show v1.10.0:crates/runtime/src/dataconnector/databricks.rs and git show v1.11.6:crates/runtime/src/dataconnector/databricks.rs — both contain the "sql_warehouse" match arm and DatabricksSqlWarehouse constructor.

Changes

  • Added sql_warehouse to the mode parameter possible values list (v1.10.x and v1.11.x)
  • Changed databricks_endpoint description from "Required for both modes" to "Required for all modes"
  • Fixed client_timeout from "Applicable only in delta_lake mode" to include sql_warehouse applicability

Files updated: 2 (version-1.10.x/databricks.md, version-1.11.x/databricks.md). Not applied to v1.9.x and earlier since sql_warehouse was introduced in v1.10.0.

Reference

Verified against spiceai/spiceai at v1.10.0 and v1.11.6crates/runtime/src/dataconnector/databricks.rs.

… docs

The versioned Databricks docs only listed spark_connect and delta_lake
as valid modes, but sql_warehouse existed in both v1.10 and v1.11
releases. The mode parameter description, endpoint description, and
client_timeout applicability were all incomplete.
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 12, 2026

✅ Pull with Spice Passed

Passing checks:

  • ✅ Title meets minimum length requirement (10 characters)
  • ✅ Has at least one of the required labels: area/blog, area/docs, area/cookbook, dependencies
  • ✅ No banned labels detected
  • ✅ Has at least one assignee: claudespice

@github-actions
Copy link
Copy Markdown

🚀 deployed to https://3e2607e0.spiceai-org-website.pages.dev

@lukekim lukekim merged commit fc3d600 into trunk May 13, 2026
9 of 10 checks passed
@lukekim lukekim deleted the fix/databricks-versioned-sql-warehouse branch May 13, 2026 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants