Anonymous
11 months agoNot applicable
Status:
New
Make Fabric Notebooks more SQL friendly
When working in a Fabric Lakehouse and right clicking on a table and "Load Data" in the Explorer you currentely get a bunch of Python code in return.
%%pyspark
df = spark.sql("SELECT * FROM [Lakehouse].[Database].[Table] LIMIT 1000")
display(df)
Please make it possible to return this in pure SQL instead. Writing SQL in Python when you are working in Notebooks seems unnecessary as you can change the code language for every cell, and this should at least not happen when Spark SQL has been picked as the Notebook Language.
No Comments
Recent ideas
Bring Back separating Power BI artifacts on a per web page basis
Previously, the ability to have different artifacts open on different web tabs was enabled. This was beneficial if you wanted to differentiate what environments you were in, working across three diff...zoe-dean3 minutes agoNew MemberNew0Views2likes0CommentsREST API Should expose credentials used in connections
When a consultant leaves a client, it's important to clean up any connections that may have the consultants credentials embedded within. I'm able to use the Fabric CLI to get the managed connections ...PeterDaniels15 minutes agoAdvocate IIINew2Views2likes0CommentsExpose full activity-level error details in Workspace Monitoring Eventhouse
Microsoft Fabric Workspace Monitoring exposes activity-level pipeline telemetry in FabricDataPipelinesActivityRunsLogs, including PipelineRunId, OperationId, ActivityIterationCount, ActivityName, Act...MarcoOnnis31 minutes agoNew MemberNew1View0likes0CommentsSQL Analytics Endpoint host name - CNAME or defined alias
The host name for a SQL Analytics endpoint is ugly. They look like this: random_ugly_alphanumeric-random_ugly_alphanumeric.datawarehouse.fabric.microsoft.com The first segment looks like it...Mike_Diehl2 hours agoNew MemberNew29Views2likes1Comment