✨ Validate Databricks export storage
<Card href="https://humansignal.com/goenterprise">
<img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
<p style="margin-top: 10px; font-size: 14px;">
This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
</p>
</Card>
Validate a specific Databricks Files export storage connection.
Authentication
Authorizationstring
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>
Request
This endpoint expects an object.
catalog
UC catalog name
host
Databricks workspace base URL (https://…)
project
A unique integer value identifying this project.
schema
UC schema name
volume
UC volume name
auth_type
Authentication method: PAT, Databricks SP, or Azure AD SP
* `pat` - Personal Access Token
* `dbx_sp` - Databricks Service Principal
* `azure_ad_sp` - Azure AD Service Principal
Allowed values:
can_delete_objects
Deletion from storage enabled
client_id
Service principal client/application ID (required for SP modes)
client_secret
Service principal client secret (required for SP modes)
description
Cloud storage description
last_sync
Last sync finished time
last_sync_count
Count of tasks synced last time
last_sync_job
Last sync job ID
meta
Meta and debug information about storage processes
prefix
Export path prefix under the volume
regex_filter
Regex for filtering objects
request_timeout_s
status
* `initialized` - Initialized
* `queued` - Queued
* `in_progress` - In progress
* `failed` - Failed
* `completed` - Completed
* `completed_with_errors` - Completed with errors
stream_chunk_bytes
synchronizable
tenant_id
Azure AD tenant ID (required for Azure AD SP mode)
title
Cloud storage title
token
Databricks personal access token (required for PAT mode)
traceback
Traceback report for the last failed sync
use_blob_urls
Generate blob URLs in tasks
verify_tls
Verify TLS certificates
Response
Validation successful