matlab-connect-databricks-jdbc
Connects MATLAB to Databricks using JDBC drivers via Database Toolbox. Use when creating a JDBC connection to a Databricks cluster or SQL Warehouse, configuring Databricks authentication (PAT, OauthU2M, OauthM2M), selecting between Simba and OSS JDBC drivers, using databricks.JDBCConnection, StandaloneJDBCConnection, databricks.SQLWarehouse.connect(), or optimizing Databricks write performance.
npx skills add matlab/matlab-agentic-toolkit --skill matlab-connect-databricks-jdbc --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Connect MATLAB to Databricks via JDBC Use when establishing a JDBC connection from MATLAB to Databricks using Database Toolbox and the [MATLAB Interface for Databricks](https://www.mathworks.com/solutions/partners/databricks.html) package. This skill covers connection class selection, authentication configuration, driver setup, and connection optimization. Once connected, use standard Database Toolbox functions (`sqlread`, `fetch`, `sqlwrite`, `execute`) on the `j.Connection` object for data operations. ## Prerequisites - [MATLAB Interface for Databricks](https://www.mathworks.com/solutions/partners/databricks.html) package installed and on the MATLAB path - Database Toolbox installed ## When to Use - Connecting MATLAB to a Databricks cluster via JDBC - Connecting MATLAB to a Databricks SQL Warehouse via JDBC - Configuring Databricks authentication (PAT, OauthU2M, OauthM2M) - Setting up the Databricks JDBC driver (Simba or OSS) - Creating a standalone JDBC connection without the full Databricks package - Running MATLAB on a Databricks cluster and connecting back via JDBC - Optimizing write performance for large data transfers to Databricks - User mentions keywords: Databricks, JD
- Prerequisites
- When to Use
- When NOT to Use
- Critical Rules
- Connection
- Authentication
- Drivers
- Function Reference
- Decision Framework
- Which class should I use?
- Which JDBC driver should I use?
- Which authentication method should I use?
- Common Patterns
- Pattern 1: Cluster Connection (Default)
What does the matlab-connect-databricks-jdbc skill do?
Connects MATLAB to Databricks using JDBC drivers via Database Toolbox. Use when creating a JDBC connection to a Databricks cluster or SQL Warehouse, configuring Databricks authentication (PAT, OauthU2M, OauthM2M), selecting between Simba and OSS JDBC drivers, using databricks.JDBCConnection, StandaloneJDBCConnection, databricks.SQLWarehouse.connect(), or optimizing Databricks write performance.
How do I install it?
Run `npx skills add matlab/matlab-agentic-toolkit --skill matlab-connect-databricks-jdbc --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From matlab/matlab-agentic-toolkit, a repository with 868 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
