Advanced options tab

Advanced Options tab

Use this tab to configure parameters for the Snowflake COPY INTO command. Any Name/Value pair added as a parameter is passed to Snowflake as a parameter, but the validation of the parameter is the user’s responsibility. See Snowflake’s documentationarrow-up-right for further details on these parameters. The Force parameter here is provided as an example.

Parameter

Description

Force

Specify to force loading of files into a database:- True: Loads data to the table even if the data has already been loaded from that file before. This option can potentially duplicate data in a table.

  • False: Ignores staged data files already loaded into the table (default).

Last updated

Was this helpful?