databricks

Design and implement Databricks data pipelines with Unity Catalog governance.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/kumewata/dotfiles --skill databricks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks
Source: https://github.com/kumewata/dotfiles/tree/main/config/agents/skills/databricks
Command: npx skills add https://github.com/kumewata/dotfiles --skill databricks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a structured, hands-on guide to building and managing Databricks-based data pipelines, governance, and ML infrastructure.

Core Features & Use Cases

  • Databricks CLI usage, authentication, and SQL API guidance.
  • Unity Catalog permission design and 3-level namespace concepts.
  • Lakeflow and Delta Lake integration for data engineering pipelines.
  • MLflow, feature store, and model serving patterns.

Quick Start

Initialize a Databricks project by following the steps in this guide to authenticate, configure a warehouse, and start a sample job.

Frequently Asked Questions about databricks

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

FAQPage Schema
How do I configure Databricks CLI authentication and manage SQL warehouses?

Databricks CLI authentication setup involves configuring workspace credentials and initializing a project to manage warehouses via the SQL API. This process enables automated pipeline execution and secure infrastructure access.

What is the best way to design Unity Catalog permissions for a 3-level namespace?

Designing Unity Catalog permissions requires structuring access controls across the 3-level namespace of catalog, schema, and table. This governance model secures data assets while enabling scalable pipeline workflows.

How do I build data engineering pipelines using Delta Lake and Lakeflow?

Building Delta Lake pipelines with Lakeflow involves configuring scalable data workflows that handle batch and streaming data. This integration ensures reliable data engineering pipelines across Databricks workspaces.

How do I deploy ML models and use the feature store with MLflow?

Deploying MLflow models involves configuring model serving patterns and integrating the feature store for consistent training data. This ML infrastructure setup streamlines scalable model deployment across workspaces.

Do I need prior Databricks workspace experience to implement ML infrastructure?

Implementing ML infrastructure requires familiarity with Databricks workspaces, CLI usage, and Unity Catalog concepts. Entry barriers include understanding scalable pipeline orchestration and permission design.

Why should I use Unity Catalog instead of other data governance methods for Databricks?

Unity Catalog provides centralized governance through its 3-level namespace, distinguishing it from alternative methods. It natively integrates with Lakeflow and Delta Lake to secure and manage scalable data pipelines.