AzureDatabricksDeltaLakeImportCommand Class
Azure Databricks Delta Lake import command settings.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.ImportSettingsAzureDatabricksDeltaLakeImportCommand
Constructor
AzureDatabricksDeltaLakeImportCommand(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, date_format: MutableMapping[str, Any] | None = None, timestamp_format: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
date_format
|
<xref:JSON>
Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string). |
timestamp_format
|
<xref:JSON>
Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string). |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
type
|
The import setting type. Required. |
date_format
|
<xref:JSON>
Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string). |
timestamp_format
|
<xref:JSON>
Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string). |
Azure SDK for Python