get_database_id
Retrieve the numeric ALTR database ID for a database name, required to initiate classification jobs.
Instructions
Get the ALTR database ID for a database name.
Required before creating classification jobs. The database ID is a numeric identifier that ALTR uses internally to reference your Snowflake database.
Typical workflow: After identifying your database with get_databases,
call this to get the ID needed for create_job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_name | Yes | Friendly database name as shown in the ALTR UI. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||