SnowflakeImportCopyCommand Class
Snowflake import command settings.
Constructor
SnowflakeImportCopyCommand(*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": { "FORCE": "TRUE", "LOAD_UNCERTAIN_FILES": "'FALSE'" }. |
|
storage_integration
|
The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string). |
|
type
|
The import setting type. Required. Default value is "SnowflakeImportCopyCommand". |
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": { "FORCE": "TRUE", "LOAD_UNCERTAIN_FILES": "'FALSE'" }.
additional_format_options: dict[str, Any] | None
storage_integration
string (or Expression with resultType string).
storage_integration: Any | None
type
The import setting type. Required. Default value is "SnowflakeImportCopyCommand".
type: Literal['SnowflakeImportCopyCommand']