databricks-python-sdk

Implement Databricks SDK workflows in Python to automate workspace tasks.

Updated Sep 9, 2017
One-click install
npx skills add https://github.com/mirakui/dotfiles --skill databricks-python-sdk-mirakui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-python-sdk
Source: https://github.com/mirakui/dotfiles/tree/main/claude/skills/databricks-python-sdk
Command: npx skills add https://github.com/mirakui/dotfiles --skill databricks-python-sdk-mirakui

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Databricks development guidance including Python SDK, Databricks Connect, CLI, and REST API. Use when working with databricks-sdk, databricks-connect, or Databricks APIs.

Core Features & Use Cases

  • Guidance covering Databricks SDK, Databricks Connect, CLI, and REST API usage for Python developers.
  • Environment setup, authentication, and configuration examples for common workflows.
  • Real-world scenarios include local Spark development, API automation, and script-driven workspace operations.

Quick Start

Install the Databricks SDK, configure authentication, and run a sample script to interact with your Databricks workspace.

Frequently Asked Questions about databricks-python-sdk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Databricks workspace tasks using Python?

The Databricks Python SDK enables workspace automation by providing libraries for environment setup, authentication configuration, and executing REST API calls within your Python data engineering scripts.

What is the best way to set up authentication for the Databricks Python SDK?

Setting up authentication for the Databricks Python SDK requires configuring your local environment with workspace credentials, enabling secure connections for automated data engineering scripts and API calls.

Can I use Databricks Connect for local Spark development with Python?

Yes, Databricks Connect supports local Spark development with Python, enabling developers to write and test code locally before executing data engineering workflows on a remote Databricks cluster.

Does the Databricks CLI work with Python for API automation?

Yes, the Databricks CLI integrates with Python workflows to execute script-driven workspace operations and API automation, providing comprehensive coverage for data engineering environment setup.

When should I use the Databricks REST API directly instead of the Python SDK?

Use the Databricks REST API directly instead of the Python SDK when your script-driven workspace operations require specific API references or execution patterns not abstracted by the SDK documentation.