databricks-prod-checklist

Featured

Execute Databricks production deployment checklist and rollback procedures. Use when deploying Databricks jobs to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "databricks production", "deploy databricks", "databricks go-live", "databricks launch checklist".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Databricks Production Checklist ## Overview Complete checklist for deploying Databricks jobs and pipelines to production. Covers security hardening, infrastructure validation, code quality gates, job configuration, deployment commands, monitoring setup, and rollback procedures. ## Prerequisites - Staging environment tested and verified - Production workspace access with service principal - Unity Catalog configured with prod catalogs - Monitoring and alerting ready (see `databricks-observability`) ## Instructions ### Step 1: Pre-Deployment Security - [ ] Service principal configured for automated runs (not personal PAT) - [ ] Secrets in Databricks Secret Scopes (not env vars or hardcoded) - [ ] Token expiration set (max 90 days) - [ ] Unity Catalog grants follow least privilege - [ ] Cluster policies enforced for cost/security guardrails - [ ] IP access lists configured in Admin Console - [ ] Audit logging verified via `system.access.audit` ### Step 2: Infrastructure Validation - [ ] Instance pool created for fast cluster startup - [ ] Node types validated for workload (compute-optimized for streaming, memory-optimized for ML) - [ ] Autoscaling configured with sensible min/max workers - [ ] Spot instances enabled for worker nodes (on-demand for driver) - [ ] Auto-termination disabled for job clusters (they terminate on completion) ```bash # Verify infrastructure databricks clusters list-node-types --output json | jq '.[0:5] | .[].node_type_id' databricks instance-pools...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

bamboohr-prod-checklist

Execute BambooHR production deployment checklist and rollback procedures. Use when deploying BambooHR integrations to production, preparing for launch, or implementing go-live procedures with BambooHR API. Trigger with phrases like "bamboohr production", "deploy bamboohr", "bamboohr go-live", "bamboohr launch checklist", "bamboohr prod ready".

2,266 Updated today
jeremylongshore
AI & Automation Featured

brightdata-prod-checklist

Execute Bright Data production deployment checklist and rollback procedures. Use when deploying Bright Data integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "brightdata production", "deploy brightdata", "brightdata go-live", "brightdata launch checklist".

2,266 Updated today
jeremylongshore
AI & Automation Solid

snowflake-prod-checklist

Execute Snowflake production readiness checklist with monitoring and rollback. Use when deploying Snowflake pipelines to production, preparing for go-live, or validating production Snowflake configuration. Trigger with phrases like "snowflake production", "snowflake go-live", "snowflake launch checklist", "snowflake prod ready".

2,266 Updated today
jeremylongshore
AI & Automation Featured

documenso-prod-checklist

Execute Documenso production deployment checklist and rollback procedures. Use when deploying Documenso integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "documenso production", "deploy documenso", "documenso go-live", "documenso launch checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

assemblyai-prod-checklist

Execute AssemblyAI production deployment checklist and rollback procedures. Use when deploying AssemblyAI integrations to production, preparing for launch, or implementing go-live procedures for transcription services. Trigger with phrases like "assemblyai production", "deploy assemblyai", "assemblyai go-live", "assemblyai launch checklist".

2,266 Updated today
jeremylongshore