Release Date: Jun 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?
Improved all table permission in schema
Enhanced asset management capabilities now support detailed permission settings at multiple levels including the schema, all assets within a schema, and individual data asset.

Lower-level permissions are auto-selected based on higher-level permissions, but users can manually configure them if needed.
Scoped Mode is now supported in Zeppelin (NoteBook)
Zeppelin provides three modes for running interpreter processes: Shared, Isolated, and the newly introduced Scoped mode, you can configure the zeppelin mode that best fits your project requirements.
| Mode | Share Interpreter | Share Variables Across Notes | Share Variables Within Note | Resource Usage |
|---|---|---|---|---|
| Shared | ✅ Yes | ✅ Yes | ✅ Yes | 🟢 Low |
| Scoped | ✅ Yes | ❌ No | ✅ Yes | ⚖️ Medium |
| Isolated | ❌ No (separate) | ❌ No | ✅ Yes | 🔴 High |
Custom Service now supports specifying a compute pool
Custom Service now allows specifying a compute pool using the “poolName” parameter in the JSON configuration. If not specified, the default pool is used.

Fixed Bug:
- BDEN-7093 Added schema search in the “Schema Global Config” during RDBMS import to target schema selection.
- BDEN-7128 Added validation functionality to prevent invalid characters when creating Note names in the “Notebook”.
- BDEN-7132 Fixed warning box overflow in Basic Mode Switching dialog within “Workflow Management”.
- BDEN-7177 Fixed an issue where SQL queries using “WITH AS” could not be saved as view tables.
- BDEN-7180 Removed a redundant default Zeus validation step when disabling a Notebook compute.
- BDEN-7198 Fixed an issue where the partition value was set to “NULL” when creating an Aggregate Service using the “Upload to existing table” option.
- BDEN-7205 Fixed an issue where the default “last 7 days” time range did not apply correctly on first-time use of the “SQL Editor”.
- BDEN-7219 Fixed an issue where the “Data Dictionary” was missing when selecting the one-time upload method during RDBMS table import.
- BDEN-7221 Fixed an issue where the “Run Query” button became disabled and unresponsive when a syntax error occurred in the Data Exploration space.
- BDEN-7240 Removed a redundant scrollbar from the right side of the new tab section on the SQL Editor page.
- BDEN-7266 Fixed an issue where using “Create Aggregate Service” with the “Upload to Existing Table” option for a time-series, partition table did not correctly apply to the existing table.
- BDEN-7268 Fixed an error when using the “Input Query (SQL)” option to import data from RDBMS.
- BDEN-7295 Fixed an incorrect default cron expression in the customized recovery job setup during data import.
- BDEN-7301 Added a toast error notification and job history error message when attempting to run a Merge Data Job with an unsupported Delta Table source type.
- BDEN-7306 Fixed an issue where the Data Dictionary displayed “No data dictionary to show” in List View asset display mode on the “Data Catalog” page.
- BDEN-7325 Fixed an issue where running a notebook via workflow resulted in success, but the associated notebook was found aborted.