create_databricks_database
Connect a Databricks workspace to the ALTR platform for centralized data security. Supports token or password authentication.
Instructions
Connect a Databricks workspace to the ALTR platform.
Supports two authentication modes:
Service user (token auth — recommended): Provide
service_user_idfromget_service_users.Password auth: Provide
database_usernameanddatabase_password.
After creation, use get_databases to confirm the connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| friendly_database_name | Yes | Display name for the database in ALTR. | |
| database_name | Yes | Databricks catalog or workspace name. | |
| hostname | Yes | Databricks workspace URL (e.g. "https://adb-1234567890.azuredatabricks.net"). | |
| database_username | No | Username (password auth only). | |
| database_password | No | Password (password auth only). | |
| service_user_id | No | Service user ID from `get_service_users` for token auth. Preferred. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||