Properties
A human-readable name for the component.
The Microsoft SQL Server endpoint. For example,
<hostname>:<port>.Your Microsoft SQL Server database name.
Your Microsoft SQL Server username.
Choose the secret definition that represents your credentials for this connector.If you have not already saved your credentials for this connector as a secret definition, click Add secret to create a secret definition representing these credentials. Read Secrets and secret definitions for details about creating a secret definition.
- Parameter: A JDBC parameter supported by the database driver. For more information read Connection options.
- Value: A value for the given parameter.
The Snowflake database. The special value
[Environment Default] uses the database defined in the environment. Read Databases, Tables and Views - Overview to learn more.The Snowflake schema. The special value
[Environment Default] uses the schema defined in the environment. Read Database, Schema, and Share DDL to learn more.The table (or view) on your cluster to copy to SQL Server.
A name for the new table.
The schema for the target table.
Use the arrow buttons to select which columns to load. Move columns to the right to include them in the load. By default, all columns will be selected for the load.
- None: Assume the SQL Server database already has the table defined with the correct structure.
- Create if not exists: If the named target table does not yet exist, it will be created.
- Replace: If the named target table already exists, it will be dropped and replaced by a newly created table. Use this setting with care.
A column or a group of columns used to identify a row uniquely in a table. Use the arrow buttons to select which columns to use.
Whether or not to truncate the target table before loading data.
Choose whether to continue with the load if an error is raised, or to fail the run.
Any additional options that you want to apply to the copy operation. For more information, read SQL Server Bulk Copy Options.
The number of rows to load to the target between each COMMIT. The default is 5000.

