INGESTION_GATEWAY_SQL_SERVER_UNSUPPORTED_NON_TRIGGER_BASED_DDL_SETUP error condition
Failed to replicate table due to improper non-trigger based DDL setup
SQL_SERVER_CT_NON_TRIGGER_DDL_CONFIG_CHANGED_FROM_NON_TRIGGERED_TO_TRIGGERED
Unable to replicate table '<entityName>' because the DDL extraction has been set from non-triggered based to triggered based. Please perform a full refresh on the table to resolve the issue.
SQL_SERVER_CT_NON_TRIGGER_DDL_UOID_MISSING
Unable to replicate table '<entityName>' because non-trigger-based DDL for Change Tracking requires a non-null UOID. Please enable table and column uoid and perform a full refresh on the table to resolve the issue.
SQL_SERVER_CT_UNWANTED_DDL_OBJECTS_DETECTED
Non-trigger-based DDL for Change Tracking is active and CT DDL support objects were detected for catalog '<catalog>'. These objects are not required when non-trigger-based DDL is enabled and may be safely removed.