Snowflake Export Copy Command Args
data class SnowflakeExportCopyCommandArgs(val additionalCopyOptions: Output<Map<String, Any>>? = null, val additionalFormatOptions: Output<Map<String, Any>>? = null, val storageIntegration: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SnowflakeExportCopyCommandArgs>
Snowflake export command settings.
Constructors
Properties
Link copied to clipboard
Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
Link copied to clipboard
Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" }
Link copied to clipboard
The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string).