Sandeep PawarProfabric.guru·Nov 18, 2024Querying Fabric KQL Database Using REST APII have previously explained how to query a KQL database in a notebook using the Kusto Spark connector, Kusto Python SDK, and KQLMagic. Now, let's explore another method using the REST API. Although this is covered in the ADX documentation, it isn't i...Discuss·478 readsmicrosoftfabric
Jason BerberichProberberich.dev·Nov 14, 2024Ignite Sessions for Data, AI & AppsMicrosoft Ignite is coming up (November 19–21) and you can still register online for free! Be sure to watch the Keynote on Tuesday morning and take a look at the list of sessions below to find some others you’re interested in attending! Microsoft Fab...Discuss·26 readsMicrosoft Ignite
Sandeep PawarProfabric.guru·Nov 13, 2024QuickTip: Querying KQL Tables From Other Workspaces In FabricIn Fabric, if you want to query a delta table from a lakehouse in another workspace, you create a shortcut to that table. Similarly, in Eventhouse, you can also create shortcuts to Eventhouses in other workspaces, but the option might not be immediat...Discuss·520 readseventhouse
Sandeep PawarProfabric.guru·Nov 8, 2024Analyze Delta Tables In FabricI have been sitting on this code for a long time. I shared the first version in one of my blogs on Direct Lake last year. I have been making updates to it since then as needed. I waited for the lakehouse schema to become available and then forgot to ...Discuss·851 readsmicrosoftfabric
Jitender Kaushikjitenderkaushik.com·Nov 8, 2024Exploring Microsoft Fabric: Notebooks vs. Spark Jobs and How Java Fits InMicrosoft Fabric offers a versatile platform for data processing, blending interactive notebooks with powerful Spark jobs. While both tools serve different purposes, understanding their distinctions can optimize your workflows, especially with Java c...Discussmicrosft fabric notebook
Sandeep PawarProfabric.guru·Nov 7, 2024What's Your Most Active Fabric Workspace?Semantic Link Labs v0.8.3 has list_activities method to get the list of all activities in your Fabric tenant. It uses the same Power BI Admin - Get Activity Events API but this API now also includes Fabric activities. Note that this is an Admin API s...Discuss·1 like·476 readsmicrosoftfabric
Sandeep PawarProfabric.guru·Nov 4, 2024ICYMI: Fabric List Connections API In Now Live And Available In Semantic Link LabsIn you case you missed it, List Connections Admin API is now live in Fabric. It was shipped in Semantic Link Labs v 0.7.4 a few weeks ago but at the time of the release it was still private. This API returns all the connections set up in the tenant a...Discuss·547 readssemantic link labs
Jason BerberichProberberich.dev·Nov 4, 2024November 2024 Events, Training, and WorkshopsHello, friends! GitHub Universe 2024 just wrapped up last week with some exciting announcements and looking forward, we have two important conferences happening in November: November 12–14: .NET Conf 2024 November 19–21: Microsoft Ignite Happy le...Discuss·58 readsFree Microsoft Learning EventsAzure
Sandeep PawarProfabric.guru·Oct 31, 2024Mutable vs Immutable Fabric Spark PropertiesIn Microsoft Fabric, you can define spark configurations at three different levels: Environment : This can be used at the workspace or notebook/job level by creating Environment item. All notebooks and jobs using the environment will inherit spark &...Discuss·688 readsmicrosoftfabric
Sandeep PawarProfabric.guru·Oct 29, 2024🪄KQLMagic Is Now In Fabric Runtime 1.3I wrote a blog last year on the usefulness of KQLMagic command in Fabric notebook and made a suggestion that it should be part of the default runtime. Well, guess what - it’s now in the Fabric Runtime 1.3. No installation necessary and authentication...Discuss·348 readsnotebookeverything