February 2024
Upsolver new features, enhancements, and bug fixes for February 2024.
Release Notes Blog
For more detailed information on these updates, check out the Upsolver March 2024 Feature Summary blog.
2024.02.25-14.23
🔧 Bug Fixes
Minor bug fixes
2024.02.18-12.36
🔧 Bug Fixes
Minor bug fixes
2024.02.13-09.06
⬆️ Enhancements
[BREAKING CHANGE]
Decimal Parsing Update: Adjusted the handling of
Decimal
parsing. Previously, when the underlying value was a whole number and the decimal type's scale was positive, the field was incorrectly typed asLong
instead ofDouble
Please note that in addition to the updates mentioned in this release note, it encompasses all enhancements and changes from previous versions.
2024.02.08-09.59
⬆️ Enhancements
Iceberg
Support Iceberg tables
Iceberg Table Optimizer
Iceberg Table Analyzer Tool
New Supported Targets
Support ingesting data to AWS Glue Data Catalog via the job creation wizard.
(supported only via SQL until today)
Support the data lake (Iceberg\Hive table formats, AWS Glue\Tabular as data catalogs) as a target for CDC jobs
Monitoring
New monitoring page for tracking CDC jobs
New cluster monitoring page for organizations integrated with their private VPC
Enhanced monitoring page for tracking ingestion and transformation jobs
Edit Replication Jobs
Ability to edit CDC jobs via the GUI - users can now add or remove columns, tables, and
schemas of an existing CDC job, not only via SQL but also via the GUI
[BREAKING CHANGE]
Schema Adjustment: Corrected the data type of
$commit_time
toTimestamp
fromLong
- * This change impacts use cases involving the$commit_time
field within theRECORD_TO_JSON
function
🔧 Bug Fixes
Snowflake
Support using
{current_value}
as a placeholder inCUSTOM_UPDATE_EXPRESSION
Auditor performance improvements.
Last updated