create_databricks_job
Initiates a GDLP classification scan on a Databricks database to detect sensitive columns. The scan runs asynchronously; check progress with get_jobs and results with get_classification_report.
Instructions
Run a GDLP classification scan on a Databricks database.
Scans the Databricks catalog to identify sensitive data columns using
ALTR's built-in GDLP classifiers. Runs asynchronously — after
creating the job, use get_jobs to poll for completion, then
get_classification_report to view results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | ALTR database ID for the Databricks connection (from `get_databases` / `get_database_id`). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||