November 2023
Upsolver new features, enhancements, and bug fixes for November 2023.
Release Notes Blog
For more detailed information on these updates, check out the Upsolver December 2023 Feature Summary blog.
Weekly Software Updates
The following software updates were released in November:
2023.11.29-01.59
⬆️ Enhancements
Jobs page: Support the ability to filter by Job Status
2023.11.26-08.24
ℹ️ Breaking Change
Breaking Change Notice: Deprecation of the
CREATE_TABLE_IF_MISSING
job option, specifically for copying into data lake tables. Please read this notice for more information.
2023.11.21-01.59
⬆️ Enhancements
Added support for r7 instance types in Compute Clusters
🔧 Bug Fixes
Fixed a bug causing recent data from a partitioned table with a primary key to be discarded if the transformation job was filtering by at least one partition field
Fixed an issue preventing users from being able to create compute clusters
Fixed the replay cluster not being shut down in some situations
Fixed an issue of a job reading from a system table
Fixed an issue of high CPU in Amazon S3 outputs while viewing Datasets
2023.11.19-08.51
⬆️ Enhancements
Support new write mode option
OPERATION_TYPE_COLUMN
for replication groupAPPEND
write mode
2023.11.07-12.30
✨ New Features
Introduced Datasets:
View outputs\destinations schema
Monitor data health, freshness, and volume when loaded into the destination
Monitor data quality violations
List all target tables
⬆️ Enhancements
Sidebar redesign and improvements
🔧 Bug Fixes
Filtered out the heartbeat table from the CDC status display for Postgres CDC
Fixed a bug causing loading of all tasks to fail if a task was created with a start time way in the future
Select
a.*
(without an alias) will behave the same asselect a.* as *
, directly extracting the nested fields from objecta
, and returning them as separate columns instead of one object
Last updated