// Integrations/Databricks

Databricks, typed and ready to call.

Run safe, parameterized SQL and semantic-layer queries on a customer-owned Databricks SQL warehouse.

OtherBYOK supported5 tools
$ deepline tools describetyped
$ deepline tools describe databricks_get_semantic_layer --json
01Available tools

5 typed tools. Same shape as every other module.

databricks
  • Databricks Get Semantic Layer
    databricks_get_semantic_layer
    admincontextdatabasesemantic_layer
  • Databricks Import Metric View
    databricks_import_metric_view
    admindatabasemetric_viewsemantic_layer
  • Databricks Run Query
    databricks_run_query
    admindatabasesqlwarehouse
  • Databricks Run Semantic Query
    databricks_run_semantic_query
    admindatabasesemantic_layersql
  • Databricks Update Semantic Layer
    databricks_update_semantic_layer
    admindatabasesemantic_layersql
02How it ships
// Typed module

Input/output schemas, exact per-action cost, and a fixture suite. Same call signature as every other Deepline integration.

// Customer credentials

Connect your own provider API key and keep the vendor relationship in your workspace. Deepline routes the call without exposing provider spend.

// Agent-callable

Every action is invokable from Claude Code, Codex, Cursor, or any MCP-capable agent via the same skill surface.

// Try it

Call Databricks from any Deepline agent surface.

Install the CLI, connect your provider key from the dashboard, then run typed tools from Claude Code, Codex, Cursor, or your own agent.

npm install -g deepline@latest && npm exec --yes --package=deepline@latest -- deepline setup --json

Agent setup: Install the Deepline CLI and skills using https://code.deepline.com/agent-install.txt

Book onboarding