✨ Validate Databricks export storage
✨ 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
AuthorizationToken
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 Tokendbx_sp- Databricks Service Principalazure_ad_sp- Azure AD Service Principal
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
id
Storage ID. If set, storage with specified ID will be updated
prefix
Export path prefix under the volume
regex_filter
Regex for filtering objects
request_timeout_s
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)
use_blob_urls
Generate blob URLs in tasks
verify_tls
Verify TLS certificates
Response
Validation successful