✨ Validate Databricks import storage
✨ Validate Databricks import 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 import 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
Allowed values:
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
Path under the volume
presign
Presign not supported; always proxied
presign_ttl
Unused for Databricks; kept for compatibility
recursive_scan
Perform recursive scan
regex_filter
Regex for filtering objects
request_timeout_s
status
initialized- Initializedqueued- Queuedin_progress- In progressfailed- Failedcompleted- Completedcompleted_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