databricks_account
Account-level features, identity and provisioning for Databricks.
info
For Databricks workspace operations use the databricks_workspace
provider.
Provider Summary
total services: 7
total resources: 31
total methods: 111
total resources: 31
total methods: 111
See also:
[SHOW
] [DESCRIBE
] [REGISTRY
]
Installation
REGISTRY PULL databricks_account;
Authentication
To use the databricks_account, set the following environment variables:
DATABRICKS_ACCOUNT_ID
- a uuid representing your Databricks account id, you can get this from the Databricks UI (see Locate your account id)DATABRICKS_CLIENT_ID
- obtained after creating a service principal through the Databricks UI (see Authenticate access to Databricks with a service principal using OAuth)DATABRICKS_CLIENT_SECRET
- obtained after creating a service principal secret through the Databricks UI, using the "Generate Secret" function (see Authenticate access to Databricks with a service principal using OAuth)
These are the same variables that Terraform, the Databricks SDKs, and CLI use.