AzureDatabricksDeltaLakeExportCommand Class

Azure Databricks Delta Lake export command settings.

Constructor

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

Variables

Name Description
date_format
any

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

timestamp_format
any

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

type
str

The export setting type. Required. Default value is "AzureDatabricksDeltaLakeExportCommand".

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 export setting type. Required. Default value is "AzureDatabricksDeltaLakeExportCommand".

type: Literal['AzureDatabricksDeltaLakeExportCommand']