Package version:

Interface SnowflakeImportCopyCommand

Snowflake import command settings.

Hierarchy

Properties

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

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

Type declaration

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

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

Type declaration

  • [propertyName: string]: any
type: "SnowflakeImportCopyCommand"

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

Generated using TypeDoc