Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
346 changes: 346 additions & 0 deletions .mock/definition/__package__.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1663,6 +1663,352 @@ types:
* `MA` - Manager
source:
openapi: openapi/openapi.yaml
DatabricksExportStorage:
properties:
can_delete_objects:
type: optional<boolean>
docs: Deletion from storage enabled
catalog:
type: string
docs: UC catalog name
created_at:
type: datetime
docs: Creation time
description:
type: optional<string>
docs: Cloud storage description
host:
type: string
docs: Databricks workspace base URL (https://...)
id: integer
last_sync:
type: optional<datetime>
docs: Last sync finished time
last_sync_count:
type: optional<integer>
docs: Count of tasks synced last time
validation:
min: 0
max: 2147483647
last_sync_job:
type: optional<string>
docs: Last sync job ID
validation:
maxLength: 256
meta: optional<unknown>
prefix:
type: optional<string>
docs: Export path prefix under the volume
project:
type: integer
docs: A unique integer value identifying this project.
regex_filter:
type: optional<string>
docs: Regex for filtering objects
request_timeout_s:
type: optional<integer>
validation:
min: 0
max: 2147483647
schema:
type: string
docs: UC schema name
status: optional<StatusC5AEnum>
stream_chunk_bytes:
type: optional<integer>
validation:
min: 0
max: 2147483647
synchronizable:
type: optional<boolean>
default: true
title:
type: optional<string>
docs: Cloud storage title
validation:
maxLength: 256
traceback:
type: optional<string>
docs: Traceback report for the last failed sync
type:
type: string
default: databricks
use_blob_urls:
type: optional<boolean>
docs: Generate blob URLs in tasks
verify_tls:
type: optional<boolean>
docs: Verify TLS certificates
volume:
type: string
docs: UC volume name
source:
openapi: openapi/openapi.yaml
DatabricksExportStorageRequest:
properties:
can_delete_objects:
type: optional<boolean>
docs: Deletion from storage enabled
catalog:
type: string
docs: UC catalog name
validation:
minLength: 1
description:
type: optional<string>
docs: Cloud storage description
host:
type: string
docs: Databricks workspace base URL (https://...)
validation:
minLength: 1
last_sync:
type: optional<datetime>
docs: Last sync finished time
last_sync_count:
type: optional<integer>
docs: Count of tasks synced last time
validation:
min: 0
max: 2147483647
last_sync_job:
type: optional<string>
docs: Last sync job ID
validation:
maxLength: 256
meta: optional<unknown>
prefix:
type: optional<string>
docs: Export path prefix under the volume
project:
type: integer
docs: A unique integer value identifying this project.
regex_filter:
type: optional<string>
docs: Regex for filtering objects
request_timeout_s:
type: optional<integer>
validation:
min: 0
max: 2147483647
schema:
type: string
docs: UC schema name
validation:
minLength: 1
status: optional<StatusC5AEnum>
stream_chunk_bytes:
type: optional<integer>
validation:
min: 0
max: 2147483647
synchronizable:
type: optional<boolean>
default: true
title:
type: optional<string>
docs: Cloud storage title
validation:
maxLength: 256
token: optional<string>
traceback:
type: optional<string>
docs: Traceback report for the last failed sync
use_blob_urls:
type: optional<boolean>
docs: Generate blob URLs in tasks
verify_tls:
type: optional<boolean>
docs: Verify TLS certificates
volume:
type: string
docs: UC volume name
validation:
minLength: 1
source:
openapi: openapi/openapi.yaml
DatabricksImportStorage:
properties:
catalog:
type: string
docs: UC catalog name
created_at:
type: datetime
docs: Creation time
description:
type: optional<string>
docs: Cloud storage description
host:
type: string
docs: Databricks workspace base URL (https://...)
id: integer
last_sync:
type: optional<datetime>
docs: Last sync finished time
last_sync_count:
type: optional<integer>
docs: Count of tasks synced last time
validation:
min: 0
max: 2147483647
last_sync_job:
type: optional<string>
docs: Last sync job ID
validation:
maxLength: 256
meta: optional<unknown>
prefix:
type: optional<string>
docs: Path under the volume
presign:
type: optional<boolean>
docs: Presign not supported; always proxied
presign_ttl:
type: optional<integer>
docs: Unused for Databricks; kept for compatibility
validation:
min: 0
max: 32767
project:
type: integer
docs: A unique integer value identifying this project.
recursive_scan:
type: optional<boolean>
docs: Perform recursive scan
regex_filter:
type: optional<string>
docs: Regex for filtering objects
request_timeout_s:
type: optional<integer>
validation:
min: 0
max: 2147483647
schema:
type: string
docs: UC schema name
status: optional<StatusC5AEnum>
stream_chunk_bytes:
type: optional<integer>
validation:
min: 0
max: 2147483647
synchronizable:
type: optional<boolean>
default: true
title:
type: optional<string>
docs: Cloud storage title
validation:
maxLength: 256
traceback:
type: optional<string>
docs: Traceback report for the last failed sync
type:
type: string
default: databricks
use_blob_urls:
type: optional<boolean>
docs: Generate blob URLs in tasks
verify_tls:
type: optional<boolean>
docs: Verify TLS certificates
volume:
type: string
docs: UC volume name
source:
openapi: openapi/openapi.yaml
DatabricksImportStorageRequest:
properties:
catalog:
type: string
docs: UC catalog name
validation:
minLength: 1
description:
type: optional<string>
docs: Cloud storage description
host:
type: string
docs: Databricks workspace base URL (https://...)
validation:
minLength: 1
last_sync:
type: optional<datetime>
docs: Last sync finished time
last_sync_count:
type: optional<integer>
docs: Count of tasks synced last time
validation:
min: 0
max: 2147483647
last_sync_job:
type: optional<string>
docs: Last sync job ID
validation:
maxLength: 256
meta: optional<unknown>
prefix:
type: optional<string>
docs: Path under the volume
presign:
type: optional<boolean>
docs: Presign not supported; always proxied
presign_ttl:
type: optional<integer>
docs: Unused for Databricks; kept for compatibility
validation:
min: 0
max: 32767
project:
type: integer
docs: A unique integer value identifying this project.
recursive_scan:
type: optional<boolean>
docs: Perform recursive scan
regex_filter:
type: optional<string>
docs: Regex for filtering objects
request_timeout_s:
type: optional<integer>
validation:
min: 0
max: 2147483647
schema:
type: string
docs: UC schema name
validation:
minLength: 1
status: optional<StatusC5AEnum>
stream_chunk_bytes:
type: optional<integer>
validation:
min: 0
max: 2147483647
synchronizable:
type: optional<boolean>
default: true
title:
type: optional<string>
docs: Cloud storage title
validation:
maxLength: 256
token: optional<string>
traceback:
type: optional<string>
docs: Traceback report for the last failed sync
use_blob_urls:
type: optional<boolean>
docs: Generate blob URLs in tasks
verify_tls:
type: optional<boolean>
docs: Verify TLS certificates
volume:
type: string
docs: UC volume name
validation:
minLength: 1
source:
openapi: openapi/openapi.yaml
Dataset:
properties:
columns: optional<unknown>
Expand Down
Loading
Loading