Lakehouse Explorer: preview for *parquet* files
CSV and JSON files can be previewed from the file explorer of the Lakehouse experience.
I'd love to see that for parquet files as well.
Fabric Workspace GUI: regional date and time format
Azure Synapse allows users to set Language and Regional format (e.g. "YYYY-MM-DD" vs "MM/DD/YYY" vs "DD.MM.YYYY") for the workspace GUI separately.
I'd like to see...
Lakehouse Explorer: select and copy table and column names
The file explorer of the Lakehouse experience lists available tables and columns.
When I do some data wrangling in a notebook I'd like to select and copy table and column names from the explorer so I can use it in my code.
UX improvement: list Python Package versions by release date
Concerning "Workspace settings" » "Library Management"
If a user adds a 3rd pary package, the available versions are listed alphabetical.
However, this leads to orderings like
- 0.0.0
- 0.1.0
- 0.10.0
- 0.2.0
Fabric pipeline: allow specifying pool/environment for Notebook activity
Pipline activities for Databricks notebooks allow specifying details concerning the cluster it is executed on:
Fabric Notebooks: autoformat code cell
Databricks already allows users to format code cells:
https://cms.databricks.com/sites/default/files/inline-images/pythonformatting-databricks....
F5 key should "execute query" in Fabric Lakehouse & Warehouse query editor
In SSMS and Synapse Studio (and other SQL editors), F5 key is bound to the functionality to run the full script or the selected part of the script.
Fabric Warehouse & Lakehouse SQL endpoint come with a SQL query editor. Unfortunately F5 key here is not bound by F...
ADF: renaming an activity should update references
Finished pipeline activities can be referenced by subsequent activities where expressions are supported.
```
@activity('name of the activity that ran prior').output
```
Unfortunately, this reference is just a string. When the referenced activtiy is renamed, the referenc...
Schedule Notebooks & Pipelines via CRON expression
Scheduling capabilities for Notebooks and Pipelines are currently (2024-02) quite limited.
I'd appreciate if CRON expressions were supportet to define a schedule.
Examples:
- `*/15 * * * *` → run every 15 minutes
- `30 4 * * 0` → run weekly on sunday at 4:30 am <...
Starter Pools: let customers specify the node size
Currently the size of Starter Pools is pre-set and can't be changed:
- node size: medium
- number of nodes: 1 - 10
I think medium nodes are over-sized for average ad-hoc notebook sessions.
I'd appreciate if customers could change th...