Schema Copy is an orchestration component that lets you copy data from one or more tables from one schema to another. The source schema defaults to the one defined in the currently selected environment. Target tables can be new or existing, and can be appended to or replaced.Documentation Index
Fetch the complete documentation index at: https://docs.maia.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.
