Package version:

Interface AzureDatabricksDeltaLakeImportCommand

Azure Databricks Delta Lake import command settings.

interface AzureDatabricksDeltaLakeImportCommand {
    dateFormat?: any;
    timestampFormat?: any;
    type: "AzureDatabricksDeltaLakeImportCommand";
}

Hierarchy (view full)

Properties

dateFormat?: any

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

timestampFormat?: any

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

type

Polymorphic discriminator, which specifies the different types this object can be