Release Date: Nov 2025

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?

Support Tenant-Specific Datasource Configuration in Cerberus

Previously, Cerberus supported datasource configuration only at the global level, which applied the same settings to all tenants and limited the ability to tune performance for high-workload tenants.

In this release, Cerberus now supports tenant-specific datasource configurations, allowing each tenant to adjust connection-pool settings or increase max connections according to their workload.

This enhancement provides more accurate performance tuning and improved scalability in multi-tenant environments.

Enhanced User Experience by Remembering Your Latest Selections

Our platform has improved the user experience by remembering your latest selections, allowing you to continue working smoothly without reselecting filters or performing searches every time you refresh or switch menus.

This update applies to the following menus:

  • Data Catalog – The latest selected “Schema” is now remembered after refreshing or switching menus.
  • Notebook – The system now remembers your most recently selected “Zeppelin environment” after refreshing or switching menus.
  • Workflow Management – The latest value in the “Search Box”, “Latest Result” filter, and “Status” filter now remain after refreshing the page or switching between menus.

Enhanced Data Preview UI in the Simple Query Menu

Our platform has improved the UI for previewing query results after clicking “Estimate” in the “Simple Query” menu to enhance the user experience with loading progress indicators, export options, and job control through the Kill Query Job function.

image

Improved Readability with SQL Query Formatting

Our platform have improved function to format SQL code for better readability, supported in both “Data Exploration” and “SQL Editor” menus.
The system now adjusts line breaks and indentation automatically when using the “Format Query” button or keyboard shortcut.

  • Mac : ⌘ + Shift + F / Option + Shift + F

Able to specify a range of SQL commands to format, if no range is specified, the system will automatically format the entire SQL script.

Added “Latest Fired Time” Details to the Workflow Management Page and Workflow Details Section

Added a new “Latest Fired Time” field to display the last execution timestamp (e.g., 16-10-2025 – 12:00:00), helping users quickly identify when each workflow was last executed.

Set Default TBLPROPERTIES When Creating Delta Tables

Set default “TBLPROPERTIES” for Delta table creation based on the standard configuration when importing data or creating a table with the following default properties applied.

image

After creating or importing a new table, users can check the default configuration using
SHOW TBLPROPERTIES <schema_name>.<table_name>;

Added Support for Specifying Workspace in Parameters Using Path

Previously, users could specify only the notebook name when referencing a notebook in the parameter “notebookName”, and the system now supports both methods by specifying separate parameters using the combined path format (Workspace_Name/Notebook_Name), Both methods work in the same way.

image 20251017 080102

Restricted Default Schema Access for Non–Super Admin Users

Our platform has restricted access to the Default Schema for general users to control the usage of resources within it. only users with the “Super_Admin” role are allowed to access the “Default Schema”, this update affects general users by disabling menus that are associated with the “Default Schema”.

For example, if a user has only one Default Schema, the Import Data menu will be disabled because that user no longer has permission to access the any Schemas.


Fixed Bug:

Import Data

  • BDEN-7175 Fixed an issue where selected “Pools” from the Ingest Advanced option were not applied during import for Internal NoSQL, REST API, and External methods.
  • BDEN-8171 Fixed an issue where “Auto Discovery” failed during data import when the user had multiple assigned realms and the first realm set to “Default Compute” and the second realm set to any Zeus realm.

Data Catalog

  • BDEN-8090 Fixed an issue where the “remembering latest selections” function did not apply for selecting a schema in the “Data Catalog” menu.
  • BDEN-8199 Fixed an issue where using the “Sync Data Dict” function for a Delta table failed.
  • BDEN-8201 Fixed an issue where the “Datasource Profile Cache” was not updated after deleting a data asset, ensuring that the cached metadata refreshes correctly.

Data Processing

  • BDEN-7790 Added a warning message for invalid alias names when using unsupported characters in the “masking function.
  • BDEN-7906 Fixed an issue where the “Overwrite Source Option” was applied to the Data Source Options even when it was not selected during data import.
  • BDEN-8068 Fixed an issue where user import NoSQL with internal table type into customized schema fail.
  • BDEN-8188 Fixed an issue where the renamed tab in the “SQL Editor” menu was not saved when switching to another menu and then returning to the SQL Editor.
  • BDEN-8236 Fixed an issue where a newly created user accessing the “SQL Editor” menu for the first time caused the page to freeze.

Notebook

  • BS1-29 Fixed an issue where uploading a note using a ZIP file that was not exported from the Blendata (e.g., a manually created ZIP file on a computer) caused the upload to fail.
  • BS1-56 Fixed an issue where the “Set Revision” button in the note function remained disabled even when the conditions to enable it were met.
  • BS1-68 Fixed an issue where users executing CRUD queries on Data Assets under the Data Catalog via Notebook did not correctly follow the permission rules (View, Delete, Edit).

Service Management

  • BDEN-7801 Improved the “Service Management” menu behavior to clear the search box when refreshing the page or switching between service job tabs.
  • BDEN-7938 Fixed an issue where importing a chain with a specified “Realm ID” parameter that did not exist in the system was still allowed without showing an error.

Workflow Management

  • BDEN-7787 Improved the value for “Last 7 Days (Default)” to include “Today” in the time range filter of the “Workflow Management” menu.
  • BDEN-7791 Improved the “Time range” filter in the “Workflow Overview” tap to be applied based on the “Started” timestamp of workflow runs.
  • BDEN-8189 Fixed a UI issue where the content in the “Round History” dialog under the “Workflow Management” menu had incorrect spacing and did not follow the UI standard.
  • BS1-28 Fixed an issue in the “Workflow Management” menu where workflows running a note service did not clear resources after completion, causing unnecessary resource consumption.

Visualization and Dashboard

  • BDEN-7220 Added a dialog error message when creating a visualization in SQL Mode with a semicolon (;) at the end of the SQL statement.
  • BDEN-7832 Fixed an issue where setting the combo box filter as a “Required Field” was not applied to the field behavior.
  • BDEN-7837 Fixed an issue where the “Apply” button was blocked by the format list itself when using the “Customize Function” with a custom format not included in the list in the “Visualization” menu.
  • BDEN-8203 Add an error message for non-super_admin users who do not have permission to access the asset when configuring the global filter under the “Project Management” menu.
  • BDEN-8220 Fixed an issue under the “Project Management” menu where performing “Manage Role” caused the page to freeze and fail to load any content.
  • BDEN-8221 Resized the Create/Edit Schema dialog to align with the UI standards, and adjusted the Storage Name & Path column to display only the storage name in the “Schema Management” menu.

Setting

  • BDEN-7411 Fixed an issue in the “Schema Management” menu where assigning permissions with the Multi-Select User or Role option succeeded but caused a toast error.
  • BDEN-7718 Fixed an issue in the “User Management” menu where assigned Realms to a Role were not applied.
  • BDEN-8060 Fixed an issue in the “User Management” menu where the “ADMINISTRATOR” role could not create or edit for Role details.
  • BDEN-8162 Fixed an issue in the “Schema Management” menu where assigning permissions to the selected roles caused an incorrect toast message to be displayed, that both roles and users were updated successfully.

Improvement:

Data Processing

  • BDEN-7831 Improved the “Simple Query” menu to support datasets containing billions of records by updating the data type from INT to LONG.
  • BDEN-7982 Improved the display format of table names in the “Data Catalog” and “SQL Editor” menus from “schema_name.table_name” to show only “table_name”, since the parent schema is already displayed for a cleaner and more concise view.
  • BDEN-7983 Enhanced the Auto Suggestion feature in the “SQL Editor” to provide more accurate suggestions for table names, column names, and SQL keywords while typing.

Notebook

  • BDEN-7835 Improved the “Notebook” menu behavior to clear the search box after changing the Zeppelin environment.
  • BDEN-7956 Added a loading screen to improve user experience for “Notebook” menu.
  • BS1-53 Removed the “Data Assets” button from the Notebook page when Data Catalog and Notebook (Zeus/Zeppelin) share the same metastore.

Service Management

  • BDEN-7834 Improved performance and responsiveness by using “WebFlux” for custom service calls.
  • BDEN-7836 Fixed the UI scroll behavior on the service list panel in the “Service Management” page to be able to scroll to the bottom of the list, following the product’s standard UI behavior.

Workflow Management

  • BDEN-7893 Added a “Task Name” column in the “Round History dialog” under “Workflow History” tab to help users identify each task more easily.
  • BDEN-7964 Improved version filter in the “History” tab under “Workflow Management” to support selecting “All Deployed Versions” and viewing versions sorted by the latest.
  • BDEN-7965 Improved the version filter in the “Workflow Overview” tab under “Workflow Management” by increasing the number of displayed deployed versions from 5 to 20.

Setting

  • BDEN-8073 Improved performance when deleting a schema in the “Schema Management” menu.
  • BDEN-8155 Removed the default storage path suggestion in the “Schema UI” to avoid confusion, as it did not apply to all access methods (e.g., JDBC) and could cause inconsistent behavior.

Other

  • BDEN-7769 Improved “Last 7 Days (Default)” time range filter to include “Today” across multiple menus in the platform.
  • BDEN-7950 Updated the default email configuration for initial users (super_admin, administrator, and system) to use Blendata domain emails (@blendata.com).
  • BDEN-7986 Applied new default settings to Spark configuration to improve SQL performance.

Share