databricks-resource-deployment

Deploy Databricks notebooks, jobs, clusters, SQL warehouses, and databases.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/LaurentPRAT-DB/LPT_claude_config --skill databricks-resource-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-resource-deployment
Source: https://github.com/LaurentPRAT-DB/LPT_claude_config/tree/main/skills/fe-vibe-export/fe-databricks-tools/1.0.0/skills/databricks-resource-deployment
Command: npx skills add https://github.com/LaurentPRAT-DB/LPT_claude_config --skill databricks-resource-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the deployment of various Databricks resources, automating the creation and management of essential workspace components.

Core Features & Use Cases

  • Resource Provisioning: Creates notebooks, jobs, clusters, SQL warehouses, apps, and databases/lakebase instances.
  • Serverless Preference: Prioritizes serverless resource deployment for efficiency and cost-effectiveness.
  • Use Case: Deploy a new Databricks workspace with a serverless SQL warehouse and a Python notebook for data processing, ensuring all resources are configured according to best practices.

Quick Start

Use the databricks-resource-deployment skill to create a serverless SQL warehouse.

Frequently Asked Questions about databricks-resource-deployment

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

FAQPage Schema
How do I deploy Databricks resources like notebooks and SQL warehouses into an existing workspace?

To deploy Databricks resources into an existing workspace, you can automate the creation of notebooks, jobs, clusters, SQL warehouses, apps, and databases. This deployment process prioritizes serverless configurations and adheres to Unity Catalog 3-layer namespace conventions.

What is the best way to configure serverless SQL warehouses in Databricks?

Configuring serverless SQL warehouses is best achieved by prioritizing serverless resource deployment for efficiency and cost-effectiveness. This approach provisions compute resources automatically while ensuring the setup follows Unity Catalog and 3-layer namespace conventions.

Do I need the Databricks CLI to create jobs and databases in my workspace?

Yes, you need the Databricks CLI to create jobs and databases in your workspace. The deployment process requires the Databricks CLI and potentially other Databricks skills for authentication and workspace setup before provisioning resources.

Can I use this approach to deploy a serverless compute cluster and a Python notebook together?

Yes, you can deploy a serverless compute cluster and a Python notebook together within your Databricks workspace. This method provisions comprehensive resources simultaneously, ensuring all components are configured according to serverless and Unity Catalog best practices.

Does deploying Databricks lakebase instances require Unity Catalog?

Deploying Databricks lakebase instances adheres to Unity Catalog and its 3-layer namespace conventions. This ensures that your databases and lakebase instances are properly governed and configured within the existing Databricks workspace environment.

What are the limitations of automating Databricks resource deployment into an existing workspace?

A limitation of automating Databricks resource deployment is that it strictly targets existing workspaces and requires the Databricks CLI for execution. It does not handle initial workspace creation or authentication setup, relying on other skills for those prerequisites.