Skip to main content
User Profile

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.

Read more...
0 Comments

Read more...
0 Comments

STATUS DETAILS
Under Review

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...

Read more...
0 Comments

Read more...
0 Comments

STATUS DETAILS
Planned

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.

Read more...
0 Comments

Read more...
0 Comments

STATUS DETAILS
Needs Votes

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


Read more...
0 Comments

Read more...
0 Comments

STATUS DETAILS
Needs Votes

UX: keep user-set filters in Fabric workspace item overview


In the workspace item overview, users can specify filters concerning Type (e.g. "Report", "Notebook", "Warehouse"), Product (e.g. "Power BI", "Data Engineering") or Owner. This is especially useful when there are lots of items in the workspace.

https://learn.microsoft.com/en-us/fabric/ge...

Read more...
0 Comments

Read more...
0 Comments

STATUS DETAILS
Planned

Fabric pipeline: allow specifying pool/environment for Notebook activity


Pipline activities for Databricks notebooks allow specifying details concerning the cluster it is executed on:

Read more...
0 Comments

Read more...
0 Comments

STATUS DETAILS
Needs Votes

Fabric Notebooks: autoformat code cell


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...

Read more...
0 Comments

Read more...
0 Comments

STATUS DETAILS
New

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...

Read more...
0 Comments

Read more...
0 Comments

STATUS DETAILS
Needs Votes

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: