Release Date:
- Version 4.7.2 released on Jun 2026
Notebook Interpreter Version:
- Python version 3.9 (The default version is 3.9, but the platform also supports version 3.8.x, 3.11.x, and version 3.12)
- Spark version 3.5.3 (Support only 3.5.3)
- Scala version 2.12 (Support only 2.12)
What’s New?
Print PDF with Watermark
PDF printing automatically applies a watermark to secure information during download or print actions. This applies to the ‘Download Result‘ option and within the ‘Project Management‘ menu. Users can customize the font size and color of the watermark.

Reference: BDEN-9211: [TLI] Print PDF with WatermarkDone
Fixed Bug:
Import Data
- BDEN-9443 Fixed an issue where importing data via a file path with the stream service option enabled failed.
Data Catalog
- BDEN-9132 Fixed an issue where tags containing spaces could not be found via search.
- BDEN-9268 Fixed an issue on the “Data Catalog” page where switching or opening a new schema did not to display its tables until the page was manually refreshed.
- BDEN-9284 Fixed an issue where the truncate table operation failed on internal state tables that have different paths for hot, warm, and cold tiers.
- BDEN-9385 Fixed an issue where users were unable to add tags to vector table assets.
- BDEN-9395 Fixed an issue where deleting a cold partition via partition management on an internal state table showed success in the user interface, the data was not actually deleted from the backend storage.
- BDEN-9437 Fixed an issue where clicking the Data Lifecycle on a vector table asset on the “Data Catalog” page caused an error message and displayed the Total Data Size as 0.
- BDEN-9456 Fixed an issue where importing a data dictionary to update descriptions caused the system to get stuck on the loading screen.
Data Catalog
- BDEN-9132 Fixed an issue where tags containing spaces could not be found via search.
- BDEN-9268 Fixed an issue on the “Data Catalog” page where switching or opening a new schema did not to display its tables until the page was manually refreshed.
- BDEN-9284 Fixed an issue where the truncate table operation failed on internal state tables that have different paths for hot, warm, and cold tiers.
- BDEN-9385 Fixed an issue where users were unable to add tags to vector table assets.
- BDEN-9395 Fixed an issue where deleting a cold partition via partition management on an internal state table showed success in the user interface, the data was not actually deleted from the backend storage.
- BDEN-9437 Fixed an issue where clicking the Data Lifecycle on a vector table asset on the “Data Catalog” page caused an error message and displayed the Total Data Size as 0.
- BDEN-9456 Fixed an issue where importing a data dictionary to update descriptions caused the system to get stuck on the loading screen.
Data Processing
- BDEN-9177 Fixed an issue where creating an aggregate service failed to overwrite internal state tables when the encrypt data option was enabled.
- BDEN-9299 Fixed an issue where using an aggregate table to update records in an existing table with the overwrite option incorrectly performed an append instead.
- BDEN-9302 Fixed an issue where creating an aggregate service with the overwrite option and executing it immediately via the “Aggregate Table Job” service failed.
Service Management
- BDEN-9438 Fixed an issue where the job-check-table-size service in system jobs failed to complete successfully.
Workflow Management
- BS1-83 Fixed an issue where some columns within the Round History modal could not be sorted on the Workflow Management page.
Visualization and Dashboard
- BDEN-9381 Fixed an error where the download pop-up failed to appear when printing data in Presentation Mode and Publish Mode.
Setting
- BDEN-9269 Fixed an issue where searching for details on the “Data Size Monitoring” page did not return any results.
- BDEN-9439 Fixed an issue on the Audit Log page where downloading or printing from a published link incorrectly captured the user role in the request body.
Improvement:
- BDEN-9010 More client-side activities have been added to the Audit Log menu, such as downloading results, exporting files, and printing dashboards.
- BDEN-9244 Improved Vector Ingestion to enable storing original TAR files within the platform.
- BDEN-9362 Enhanced vector tables to support compaction from hot to cold states and retention jobs that move cold data to the trash.
- BDEN-9368 Removed the preview icon for
.tarfiles in search results since previewing this file type is not supported on the “Vector Search” page. - BDEN-9450 Removed the export function from the published dashboard to restrict data export actions.
Setting
- BDEN-9274 Enhanced session security by transitioning token storage from cookies to local storage, aligning with stateless system standards.
Reference: CWE – CWE-1004: Sensitive Cookie Without ‘HttpOnly’ Flag (4.20)