Properties
A human-readable name for the component.
Select the source schema to copy from. The special value
[Environment Default] uses the schema defined in the environment. For more information on using multiple schemas, read Schemas.The target schema to copy to. It may be a good idea to define a variable for the target schema so the value can be changed dynamically depending upon the environment the pipeline is run in.
- Table Name: An existing table from environment’s source schema.
- Copy Method:
- Replace: Replace any like-named table in the target schema.
- Append: Appends records to the target table. If the target table does not exist, it is created. If the target table does exists, its structure must be identical to the source table.

