Azure Databricks Delta Lake Export Command Args
data class AzureDatabricksDeltaLakeExportCommandArgs(val dateFormat: Output<Any>? = null, val timestampFormat: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureDatabricksDeltaLakeExportCommandArgs>
Azure Databricks Delta Lake export command settings.
Properties
Link copied to clipboard
Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
Link copied to clipboard
Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).