SnowflakeExportCopyCommand Class

Snowflake export command settings.

Constructor

SnowflakeExportCopyCommand(*args: Any, **kwargs: Any)

Variables

Name Description
additional_copy_options

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_format_options

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_integration
any

The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string).

type
str

The export setting type. Required. Default value is "SnowflakeExportCopyCommand".

Attributes

additional_copy_options

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_copy_options: dict[str, Any] | None

additional_format_options

key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" }.

additional_format_options: dict[str, Any] | None

storage_integration

string (or Expression with resultType string).

storage_integration: Any | None

type

The export setting type. Required. Default value is "SnowflakeExportCopyCommand".

type: Literal['SnowflakeExportCopyCommand']