What problem does it solve? Building data applications on Databricks requires coordinating Pydantic models, SQL Warehouse connections, Unity Catalog schemas, and framework-specific UI code, which is error-prone without established patterns. This Skill provides a complete architecture and implementation guide for creating production Python web apps on Databricks. ## Core Features & Use Cases - Framework Guidance: Detailed implementation patterns for Dash (Bootstrap components, callbacks, Plotly charts) and Streamlit (caching, session state, forms), with a comparison table to help choose between them. - Dual Backend Architecture: Standardized mock backend for rapid development plus a real backend using Databricks SQL Connector with SDK Config authentication against Unity Catalog. - Deployment Workflows: Step-by-step deployment via Databricks CLI or Databricks Asset Bundles, including app.yaml configuration, log inspection, and multi-environment setup. - Use Case: A data team needs an order management dashboard backed by Unity Catalog tables. The Skill guides model design, mock data generation, Dash UI construction, real SQL backend wiring, and deployment to Databricks Apps. ## Quick Start Ask the agent to build a Dash order management app on Databricks with a mock backend and Unity Catalog integration.