Databricks Install & Auth Overview Set up Databricks CLI v2, Python SDK, and authentication. Covers Personal Access Tokens (legacy), OAuth U2M (interactive), and OAuth M2M (service principal for CI/CD). Databricks strongly recommends OAuth over PATs for production. Prerequisites - Python 3.8+ with pip - Databricks workspace URL (e.g., ) - For PAT: User Settings Developer Access Tokens in workspace UI - For OAuth M2M: Service principal with client ID and secret Instructions Step 1: Install Databricks CLI and Python SDK Step 2: Configure Authentication Option A: Personal Access Token (Quick Sta…