What's New > Data Ingestion and Replication > Changed behavior
  

Changed behavior

The July 2026 release of Data Ingestion and Replication includes the following changed behavior.

Task configuration wizard enhancement

After you select a destination connection or source connection for an application or database ingestion and replication task in the task configuration wizard, the connection name appears after the page name in the row of navigation buttons at the top for easy reference, for example, Destination: <connection_name> or Source: <connection_name>.
Note:
If you add a new connection in the wizard, the connection name doesn't appear at the top until you click the newly added box for it on the Destination or Source page.

Nulls for unmodified Oracle columns are skipped by default during change data replication to Databricks

Database ingestion and replication incremental load jobs that have an Oracle source and Databricks target and that have Oracle supplemental logging enabled on primary key columns only now skip replicating null values for the before images and after images of any unmodified source columns to the target. This new behavior is available for Standard and Soft Deletes apply modes only. Previously, null values for the unmodified columns were not properly handled during Update processing and could lead to the source and target becoming out of sync. However, if necessary, you can fall back to the prior behavior by setting the target custom property writeSkipUpdatingUnmodifiedColumns to false.