Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SnowflakeImportCopyCommand

Package version

Snowflake import command settings.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional additionalCopyOptions

additionalCopyOptions: undefined | {}

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

Optional additionalFormatOptions

additionalFormatOptions: undefined | {}

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

type: "SnowflakeImportCopyCommand"

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

Generated using TypeDoc