Release Date: Jun 2025

What’s New?

Added “Copy Column Names” button to improve SQL writing

This new feature allows users to quickly copy all selected field names from the schema preview when preparing SQL queries. It is especially helpful when working with datasets that contain many fields, reducing manual effort, minimizing typing errors, and saving time during query preparation.

image 20250609 094824


Enable External Table Access in Notebook

To enhance the Notebook’s capability with external tables, users can now query data from all registered external tables directly within the Notebook interface.

Access controlled through permission-based rules.

image 20250604 131835 20250612 110624


Create/Drop Table by SQL

Users can now create and drop tables using SQL commands (CREATE TABLE / DROP TABLE) through multiple interfaces, including Data Exploration, SQL Editor, Notebook, and JDBC. This feature supports various data types.

Access controlled through permission-based rules.

Supports API to Create Data Source Profiles with Metadata Synchronization

Users can now create Data source Profiles via API, and the system will automatically synchronize metadata such as schema and table structures.


Fixed Bug:

BDEN-6963 Fixed an issue where importing a stream table resulted in frequent null values and caused system errors.
BDEN-6969 Fixed a layout issue where text overflowed its container on the Manage Permission dialog.
BDEN-6988 Fixed a layout issue where duplicate scrollbars on the right appeared on “My Profiles” page.
BDEN-6989 Fixed horizontal scrollbar overlapping content on ‘Data Dictionary‘ preview (on Windows only).
BDEN-6992 Improved tab usability in the “SQL Editor”; tabs can now be rearranged by dragging them across the tab bar.
BDEN-6999 Fixed an issue where exported files could not be downloaded when running in a cluster environment.
BDEN-7035 Fixed an issue where users with Manage permission were unable to modify the owner’s permission when multi-selecting notebook data assets from different owners.
BDEN-7038 Fixed an issue where integer columns were incorrectly sorted as strings in the UI table view in the “Notebook”.
BDEN-7040 Removed incorrect “Update Table” and “Refresh Table” actions from tables with external source type on the “Data Catalog” page.
BDEN-7043 Fixed SQL command SHOW CREATE() does not work for Delta tables on “Notebook”.
BDEN-7060 Fixed incorrect background color of the info message box in the Execute Workflow dialog to align with the design system.
BDEN-7065 Fixed incorrect color of the info message box in the “Import Data” menu to align with the design system in dark theme mode.
BDEN-7068 Fixed a usability issue where the pagination did not change the page when a new page was selected.
BDEN-7076 Fixed an issue where permission checks were not enforced during SQL and PySpark parsing in the “Notebook”.
BDEN-7082 Fixed an issue where data asset owners could not see management actions for their own assets immediately after creation via the “Notebook” interface.
BDEN-7090 Fixed a delay issue when switching tabs in the “SQL Editor”.
BDEN-7095 Fixed an issue where running the “runParallel" function in notebook with the same runningId caused the function to stop.
BDEN-7096 Fixed a layout issue where content inside the notebook cards overlapped each other on the “Notebook” page.
BDEN-7117 Improved WebSocket connection stability with automatic reconnection based on configuration settings.
BDEN-7131 Fixed an issue where custom streams service could not be named using uppercase letters.


Improvement:

BDEN-6899 Optimized performance when loading data assets in the “Data Exploration” menu by improving the API to reduce unnecessary data fetching and enhance response time.
BDEN-6921 Enhanced the workflow condition line to separate between the If Fail and If SUCCESS lines.
BDEN-6935 Added environment state persistence to retain user selection across sessions on the “Notebook” page.
BDEN-6991 Set the default sorting of the notebook list to “Title (A–Z)” when accessing the Notebook menu.
BDEN-6993 Optimized the performance of the “ModuleNotebook” by reducing unnecessary data loading when opening each function under the “Notebook” menu.
BDEN-7044 Improved UI responsiveness by correctly displaying loading indicators and disabling redundant interactions during background processes on “Data Exploration”, “SQL Editor” and “Notebook”.
BDEN-7072 Updated the schema dropdown to prioritize the “default_schema” as the first option when creating a new table.
BDEN-7117 Improved WebSocket connection stability with automatic reconnection based on configuration settings.
BDEN-7124 Added support with SSO integration with Microsoft AD FS for JDBC using Client Secret authentication.

Share