The April 2025 release includes changes in behavior for the following connectors.
Databricks Connector
Effective in this release, mappings in SQL ELT mode fail if a source field of string data type contains data that is not valid and is mapped to a target field of numeric data type.
Previously, these mappings did not fail, and instead, null values were written to the target field where the source field contained data that is not valid.
Greenplum Connector
Effective in this release, the mapping fetches the data from the Greenplum database regardless of the case of the database name.
Previously, if the database name from where you retrieve data was in uppercase, the mapping would return an empty list of tables.
Microsoft Fabric Data Warehouse Connector
Effective in this release, when you map a date or datetime field in the source to a string data type in the target, the mapping writes data to the target in the MM/dd/yyyy HH:mm:ss format, a 24-hour format.
Previously, the data was written to the target in the MM/dd/yyyy hh:mm:ss format, a 12-hour format, resulting in data mismatch with the source.
Microsoft SQL Server Connector
The JDBC base driver is upgraded to version 6.0.0.001475.