SnowflakeExportCopyCommand interface

Snowflake export command settings.

Extends

Properties

additionalCopyOptions

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'" }

additionalFormatOptions

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'" }

type

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

Property Details

additionalCopyOptions

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'" }

additionalCopyOptions?: {[propertyName: string]: any}

Property Value

{[propertyName: string]: any}

additionalFormatOptions

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'" }

additionalFormatOptions?: {[propertyName: string]: any}

Property Value

{[propertyName: string]: any}

type

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

type: "SnowflakeExportCopyCommand"

Property Value

"SnowflakeExportCopyCommand"