February 2024
Upsolver new features, enhancements, and bug fixes for February 2024.
Last updated
Upsolver new features, enhancements, and bug fixes for February 2024.
Last updated
Release Notes Blog
For more detailed information on these updates, check out the Upsolver March 2024 Feature Summary blog.
Bug Fixes
Minor bug fixes
Bug Fixes
Minor bug fixes
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 as Long
instead of Double
Please note that in addition to the updates mentioned in this release note, it encompasses all enhancements and changes from previous versions.
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
to Timestamp
from Long
- * This change impacts use cases involving the $commit_time
field within the RECORD_TO_JSON
function
Snowflake
Support using {current_value}
as a placeholder in CUSTOM_UPDATE_EXPRESSION
Auditor performance improvements.
Enhancements
Now you can create Iceberg tables and write into Iceberg tables over AWS Glue or Tabular data catalogs using Upsolver. Explore the documentation on and .
Introducing our Iceberg Table Optimizer! Use Upsolver to optimize your existing Iceberg tables, manage the compaction process, and view statistics on your managed tables. This feature enables you to reduce the storage costs of your Apache Iceberg tables and improve data scan performance for faster querying. .
The Iceberg Table Analysis CLI Tool evaluates your Apache Iceberg tables to identify how Upsolver optimizations can enhance efficiency by reducing costs or query time. .
Support data catalog as a target - users can now create jobs of all types (ingestion, transformation, and replication) into Tabular
Support as a target - users can now create transformation jobs writing into ClickHouse Merge Tree tables.
Bug Fixes