Create Databricks import storage
Create a Databricks Files import storage connection.
Headers
Authorization
Header authentication of the form Token <token>
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
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
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` - Initialized
* `queued` - Queued
* `in_progress` - In progress
* `failed` - Failed
* `completed` - Completed
* `completed_with_errors` - Completed with errors
stream_chunk_bytes
synchronizable
title
Cloud storage title
token
traceback
Traceback report for the last failed sync
use_blob_urls
Generate blob URLs in tasks
verify_tls
Verify TLS certificates
Response
catalog
UC catalog name
created_at
Creation time
host
Databricks workspace base URL (https://…)
id
project
A unique integer value identifying this project.
schema
UC schema name
type
volume
UC volume name
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
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` - Initialized
* `queued` - Queued
* `in_progress` - In progress
* `failed` - Failed
* `completed` - Completed
* `completed_with_errors` - Completed with errors
stream_chunk_bytes
synchronizable
title
Cloud storage title
traceback
Traceback report for the last failed sync
use_blob_urls
Generate blob URLs in tasks
verify_tls
Verify TLS certificates