databricks-solutions/partner-ai-dev-kit
Skill Claude CodeCodex
PWAF-compliant Databricks SDK for Python (databricks-sdk): PAT, OAuth M2M, U2M token-env, U2M custom OAuth app (PKCE); useragent.withpartner/withproduct. Use when building or testing Python SDK workspace API integrations.
databricks-solutions/partner-ai-dev-kit
Skill Claude CodeCodex
PWAF-compliant Python SQL Connector (databricks-sql-connector): PAT, OAuth M2M, OAuth U2M (custom OAuth app PKCE + token-env), credentialsprovider patterns, error handling, retry logic. Use when building Python integrations that run SQL queries via a Databricks SQL warehouse.
databricks-solutions/partner-ai-dev-kit
Skill Claude CodeCodex
Comprehensive SQLAlchemy + Databricks patterns: PAT/M2M/U2M authentication, User-Agent telemetry, connection URL format, error handling, and retry logic. Use when building or testing Python integrations using databricks-sqlalchemy dialect.
databricks-solutions/partner-ai-dev-kit
Skill Claude CodeCodex
REST API authentication for Databricks ISV integrations: PAT, OAuth M2M, U2M. Use when building or testing HTTP/REST integrations with Databricks.
databricks-solutions/partner-ai-dev-kit
Skill Claude CodeCodex
PWAF User-Agent telemetry: format, per-driver configuration (Python SDK, Java SDK/JDBC, Go SDK/SQL, Node.js, REST, Databricks Connect). Use when setting up User-Agent attribution in any connector.
databricks-solutions/partner-ai-dev-kit
Skill Claude CodeCodex
How to run and structure auth tests for Databricks ISV integrations: clean env per test, runner script patterns, U2M browser flows, and language-specific considerations.
databricks-solutions/partner-ai-dev-kit
Skill Claude CodeCodex
U2M (user-to-machine) OAuth flows for Databricks ISV integrations: external-browser, custom-oauth-app, token-env. Covers Python, Java, Go, and Node.js implementations. Use when implementing or debugging browser-based or pre-obtained token auth.
databricks-solutions/mcp-workshop
Cursor rule Cursor
How to deploy the Next.js application to Databricks Apps with the Python backend and automated setup jobs.
databricks-solutions/mcp-workshop
Instructions file
Claude Code instructions for databricks-solutions/mcp-workshop, covering claude.md, project overview, key architecture, deployment model and resource isolation pattern.