AzureDatabricksDeltaLakeImportCommand Class

Azure Databricks Delta Lake import command settings.

Constructor

AzureDatabricksDeltaLakeImportCommand(*args: Any, **kwargs: Any)

Variables

Name Description
date_format
any

Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).

timestamp_format
any

Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).

type
str

The import setting type. Required. Default value is "AzureDatabricksDeltaLakeImportCommand".

Attributes

date_format

string (or Expression with resultType string).

date_format: Any | None

timestamp_format

string (or Expression with resultType string).

timestamp_format: Any | None

type

The import setting type. Required. Default value is "AzureDatabricksDeltaLakeImportCommand".

type: Literal['AzureDatabricksDeltaLakeImportCommand']