Table of Contents

Search

  1. Preface
  2. Introduction to PostgreSQL Connector
  3. Connections for PostgreSQL
  4. Mappings and mapping tasks with PostgreSQL Connector
  5. PostgreSQL objects in mapping tasks
  6. Lookup transformation
  7. SQL transformation
  8. Migrating a mapping
  9. PostgreSQL SQL ELT optimization
  10. Data type reference

PostgreSQL Connector

PostgreSQL Connector

Rules and guidelines for dynamic schema handling in mappings

Rules and guidelines for dynamic schema handling in mappings

Consider the following rules and guidelines when you enable dynamic schema change handling for tasks:
  • You must use an existing target in the Target transformation to write the data.
  • You can't rename the column in the target.
  • When you use an exiting target table to write the data and delete a column from the source table, the deleted column still appears in the target table even though you run the task.
  • You can't enable the
    Alter and Apply changes
    option for the task when you change any constraint such as primary key, not null, or unique key in the source schema.

0 COMMENTS

We’d like to hear from you!