AzureDatabricksDeltaLakeImportCommand Class
Azure Databricks Delta Lake import command settings.
Constructor
AzureDatabricksDeltaLakeImportCommand(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
date_format
|
Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string). |
|
timestamp_format
|
Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string). |
|
type
|
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']