Skip to main content
Run any Skill in Manus
with one click
GitHub repository

partner-ai-dev-kit

partner-ai-dev-kit contains 19 collected skills from databricks-solutions, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
19
Stars
5
updated
2026-04-29
Forks
1
Occupation coverage
4 occupation categories · 100% classified
repository explorer

Skills in this repository

databricks-isv-integration
software-developers

Build PWAF-compliant ISV integrations with Databricks: OAuth, telemetry (User-Agent), Unity Catalog, JDBC, SDK, SQL drivers, REST API, Databricks Connect.

2026-04-29
databricks-isv-python-sql-connector
software-developers

PWAF-compliant Python SQL Connector (databricks-sql-connector): PAT, OAuth M2M, OAuth U2M (custom OAuth app PKCE + token-env), credentials_provider patterns, error handling, retry logic. Use when building Python integrations that run SQL queries via a Databricks SQL warehouse.

2026-04-15
databricks-isv-adding-databricks-connector
software-developers

Add a Databricks connector to an existing project that has no Databricks integration. Use when your product already exists and you want to add Databricks as a new data source or backend.

2026-04-15
pwaf-build-report
software-developers

How to write a build_report.md for any PWAF connector. Captures skill traceability, sufficiency assessment, and test error/fix log. Use after implementing any connector.

2026-04-15
databricks-isv-connector-structure
software-developers

How to structure a Databricks connector (REST or Python SDK): config, connect, operations, validation. Use when designing or building a new connector.

2026-04-15
pwaf-connector-testing
software-quality-assurance-analysts-and-testers

How to build and use a PWAF connector test runner (tests/run_all_tests.sh). Covers env isolation, auth types, single connector or single auth mode, parallel execution, browser tests, and report generation.

2026-04-15
databricks-isv-databricks-connect
software-developers

PWAF-compliant Databricks Connect (Python): PAT, OAuth M2M, OAuth U2M; serverless and classic compute. Use when building or testing Spark-over-Connect integrations.

2026-04-15
databricks-isv-go-sdk
software-developers

PWAF-compliant Databricks SDK for Go (databricks-sdk-go): PAT, OAuth M2M, U2M token-env, U2M custom OAuth app (PKCE); useragent.WithProduct/WithPartner. Use when building or testing Go SDK workspace API integrations.

2026-04-15
databricks-isv-go-sql-driver
software-developers

PWAF-compliant Databricks SQL Driver for Go (databricks-sql-go): PAT, OAuth M2M, OAuth U2M (browser + token-env + custom OAuth app PKCE), WithUserAgentEntry. Use when building or testing integrations that run SQL queries via a Databricks SQL warehouse.

2026-04-15
databricks-isv-java-jdbc
software-developers

PWAF-compliant Databricks JDBC Driver (databricks-jdbc v3+): PAT, OAuth M2M, OAuth U2M (custom OAuth app, token-env). Use when building or testing Java SQL warehouse integrations.

2026-04-15
databricks-isv-java-sdk
software-developers

PWAF-compliant Databricks SDK for Java (databricks-sdk-java): PAT, OAuth M2M, U2M custom OAuth app, UserAgent.withProduct/withPartner. Use when building or testing Java SDK workspace API integrations.

2026-04-15
databricks-isv-nodejs-sql-driver
software-developers

PWAF-compliant Databricks SQL Driver for Node.js (@databricks/sql): PAT, OAuth M2M, OAuth U2M (custom OAuth app PKCE + token-env), userAgentEntry telemetry. Use when building or testing integrations that run SQL queries via a Databricks SQL warehouse.

2026-04-15
databricks-isv-python-dbconnect
software-developers

PWAF-compliant Databricks Connect for Python: PAT, OAuth M2M, OAuth U2M (PKCE + token-env), userAgent telemetry. Use when building Spark applications that run on Databricks serverless or classic compute.

2026-04-15
databricks-isv-python-sdk
software-developers

PWAF-compliant Databricks SDK for Python (databricks-sdk): PAT, OAuth M2M, U2M token-env, U2M custom OAuth app (PKCE); useragent.with_partner/with_product. Use when building or testing Python SDK workspace API integrations.

2026-04-15
databricks-isv-python-sqlalchemy
database-architects

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.

2026-04-15
databricks-isv-rest-api
software-developers

REST API authentication for Databricks ISV integrations: PAT, OAuth M2M, U2M. Use when building or testing HTTP/REST integrations with Databricks.

2026-04-15
databricks-isv-telemetry-attribution
network-and-computer-systems-administrators

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.

2026-04-15
databricks-isv-testing
software-quality-assurance-analysts-and-testers

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.

2026-04-15
databricks-isv-u2m
software-developers

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.

2026-04-15