AzureDatabricksDeltaLakeImportCommand Class

Azure Databricks Delta Lake import command settings.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.datafactory.models._models_py3.ImportSettings
AzureDatabricksDeltaLakeImportCommand

Constructor

AzureDatabricksDeltaLakeImportCommand(*, additional_properties: Optional[Dict[str, Any]] = None, date_format: Optional[Any] = None, timestamp_format: Optional[Any] = None, **kwargs)

Variables

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

type
str

Required. The import setting type.Constant filled by server.

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).