Agent skill · Databases

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.

matlabgithub.com/matlabGitHub ↗
claude-codecodexcopilotNOASSERTION
Install
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.

Facts
Files in the skill folder: 5
SKILL.md size: 17 KB
Bundled scripts: none
Version: 1.0
Declared author: MathWorks
Path: skills-catalog/reporting-and-database-access/matlab-connect-databricks-jdbc/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 868
Language: MATLAB

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Prerequisites
  2. When to Use
  3. When NOT to Use
  4. Critical Rules
  5. Connection
  6. Authentication
  7. Drivers
  8. Function Reference
  9. Decision Framework
  10. Which class should I use?
  11. Which JDBC driver should I use?
  12. Which authentication method should I use?
  13. Common Patterns
  14. Pattern 1: Cluster Connection (Default)
Ships with 4 files
  • manifest.yaml
  • references/authentication.md
  • references/driver-selection.md
  • references/standalone-jdbc.md
More from matlab-agentic-toolkit
All skills →
About this skill
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.

Keep going