SnowflakeImportCopyCommand Class
Snowflake import command settings.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.ImportSettingsSnowflakeImportCopyCommand
Constructor
SnowflakeImportCopyCommand(*, additional_properties: Optional[Dict[str, Any]] = None, additional_copy_options: Optional[Dict[str, Any]] = None, additional_format_options: Optional[Dict[str, Any]] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
- type
- str
Required. The import setting type.Constant filled by server.
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'" }.
Feedback
Submit and view feedback for