SnowflakeExportCopyCommand interface
Snowflake export command settings.
- Extends
Properties
| additional |
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'" } |
| additional |
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'" } |
| storage |
The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string). |
| type | The export setting type. |
Inherited Properties
| additional |
Additional properties |
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?: Record<string, any>
Property Value
Record<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?: Record<string, any>
Property Value
Record<string, any>
storageIntegration
The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string).
storageIntegration?: any
Property Value
any
type
The export setting type.
type: "SnowflakeExportCopyCommand"
Property Value
"SnowflakeExportCopyCommand"
Inherited Property Details
additionalProperties
Additional properties
additionalProperties?: Record<string, any>
Property Value
Record<string, any>
Inherited From ExportSettings.additionalProperties