This script helps provision the required access in an automated manner.1# Dependencies: pip install databricks-sdk 2 3# ── Config — edit these before running ─────────────────────────────────────── 4 5WORKSPACE_URL = "<https://dbc-xxxxx.cloud.databricks.com>" 6ACCOUNT_ID = "<databricks-account-id>" 7SERVICE_PRINCIPAL_NAME = "<service-principal-name>" 8 Expand Code