Skip to content
Draft
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
270 changes: 270 additions & 0 deletions .mock/definition/__package__.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1657,6 +1657,276 @@ types:
* `MA` - Manager
source:
openapi: openapi/openapi.yaml
DatabricksExportStorage:
properties:
bucket:
type: string
docs: DBFS top-level directory name, e.g. "mnt" or "FileStore"
can_delete_objects:
type: optional<boolean>
docs: Deletion from storage enabled
created_at:
type: datetime
docs: Creation time
description:
type: optional<string>
docs: Cloud storage description
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: DBFS path prefix under bucket
project:
type: integer
docs: A unique integer value identifying this project.
regex_filter:
type: optional<string>
docs: Cloud storage regex for filtering objects
status: optional<StatusC5AEnum>
synchronizable:
type: optional<boolean>
default: true
title:
type: optional<string>
docs: Cloud storage title
validation:
maxLength: 256
token:
type: string
docs: Databricks personal access token
traceback:
type: optional<string>
docs: Traceback report for the last failed sync
type:
type: string
default: databricks
use_blob_urls:
type: optional<boolean>
docs: Interpret objects as BLOBs and generate URLs
workspace_url:
type: string
docs: Databricks workspace base URL (https://... )
source:
openapi: openapi/openapi.yaml
DatabricksExportStorageRequest:
properties:
bucket:
type: string
docs: DBFS top-level directory name, e.g. "mnt" or "FileStore"
validation:
minLength: 1
can_delete_objects:
type: optional<boolean>
docs: Deletion from storage enabled
description:
type: optional<string>
docs: Cloud storage description
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: DBFS path prefix under bucket
project:
type: integer
docs: A unique integer value identifying this project.
regex_filter:
type: optional<string>
docs: Cloud storage regex for filtering objects
status: optional<StatusC5AEnum>
synchronizable:
type: optional<boolean>
default: true
title:
type: optional<string>
docs: Cloud storage title
validation:
maxLength: 256
token:
type: string
docs: Databricks personal access token
validation:
minLength: 1
traceback:
type: optional<string>
docs: Traceback report for the last failed sync
use_blob_urls:
type: optional<boolean>
docs: Interpret objects as BLOBs and generate URLs
workspace_url:
type: string
docs: Databricks workspace base URL (https://... )
validation:
minLength: 1
source:
openapi: openapi/openapi.yaml
DatabricksImportStorage:
properties:
bucket:
type: string
docs: DBFS top-level directory name, e.g. "mnt" or "FileStore"
created_at:
type: datetime
docs: Creation time
description:
type: optional<string>
docs: Cloud storage description
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: DBFS path prefix under bucket
presign:
type: optional<boolean>
default: true
presign_ttl:
type: optional<integer>
docs: Temporary URL TTL (in minutes)
validation:
min: 0
max: 32767
project:
type: integer
docs: A unique integer value identifying this project.
regex_filter:
type: optional<string>
docs: Cloud storage regex for filtering objects
status: optional<StatusC5AEnum>
synchronizable:
type: optional<boolean>
default: true
title:
type: optional<string>
docs: Cloud storage title
validation:
maxLength: 256
token:
type: string
docs: Databricks personal access token
traceback:
type: optional<string>
docs: Traceback report for the last failed sync
type:
type: string
default: databricks
use_blob_urls:
type: optional<boolean>
docs: Interpret objects as BLOBs and generate URLs
workspace_url:
type: string
docs: Databricks workspace base URL (https://... )
source:
openapi: openapi/openapi.yaml
DatabricksImportStorageRequest:
properties:
bucket:
type: string
docs: DBFS top-level directory name, e.g. "mnt" or "FileStore"
validation:
minLength: 1
description:
type: optional<string>
docs: Cloud storage description
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: DBFS path prefix under bucket
presign:
type: optional<boolean>
default: true
presign_ttl:
type: optional<integer>
docs: Temporary URL TTL (in minutes)
validation:
min: 0
max: 32767
project:
type: integer
docs: A unique integer value identifying this project.
regex_filter:
type: optional<string>
docs: Cloud storage regex for filtering objects
status: optional<StatusC5AEnum>
synchronizable:
type: optional<boolean>
default: true
title:
type: optional<string>
docs: Cloud storage title
validation:
maxLength: 256
token:
type: string
docs: Databricks personal access token
validation:
minLength: 1
traceback:
type: optional<string>
docs: Traceback report for the last failed sync
use_blob_urls:
type: optional<boolean>
docs: Interpret objects as BLOBs and generate URLs
workspace_url:
type: string
docs: Databricks workspace base URL (https://... )
validation:
minLength: 1
source:
openapi: openapi/openapi.yaml
Dataset:
properties:
columns: optional<unknown>
Expand Down
Loading
Loading