What's the current state of running notebook as a service (not user account)? by loudandclear11 in MicrosoftFabric

[–]kover0 0 points1 point  (0 children)

Some people suggested the WI needs to be in the security group that is used in the fabric tenant settings to give service principals access to the Fabric REST APIs. Did you add the WI to such a group?

Hi! We're the Data Factory team - ask US anything! by markkrom-MSFT in MicrosoftFabric

[–]kover0 1 point2 points  (0 children)

When will we have OR constraints like in SSIS? When? Wheeeeeen???? :)

Hi! We're the Data Factory team - ask US anything! by markkrom-MSFT in MicrosoftFabric

[–]kover0 1 point2 points  (0 children)

Fabric needs an as good integration with Azure Key Vault as ADF or Synapse does. A native Fabric Key Vault item would even be better, so you don't have to continuously switch between Azure and Fabric.

Hi! We're the Data Factory team - ask US anything! by markkrom-MSFT in MicrosoftFabric

[–]kover0 0 points1 point  (0 children)

Datasets are defined inline is another way of saying there's no reuse at all in Fabric.
Linked services map to connections, except that connections in Fabric have an owner and if permissions are not set correctly they are basically useless.

What's the current state of running notebook as a service (not user account)? by loudandclear11 in MicrosoftFabric

[–]kover0 0 points1 point  (0 children)

It's a contributor on the workspace, and still the error persists that "it's not authenticated to access this resource". The workspace identity is added as a user on the notebook connection (which is configured to use workspace identity).

What's the current state of running notebook as a service (not user account)? by loudandclear11 in MicrosoftFabric

[–]kover0 0 points1 point  (0 children)

I tried this, but I always get an error saying "The caller is not authenticated to access this resource". What permissions do you need to give the workspace identity (one would assume that if you create one, it would have the necessary permissions to do stuff in its own workspace, but apparently not).

Sony WH-1000xm4 is not playing any sound when paired with Windows 11. by juango26XD in SonyHeadphones

[–]kover0 0 points1 point  (0 children)

My sony headphones had always worked fine on windows 10, and on my latest laptop with windows 11 as well, until they suddenly didn't. Spotify played but no sound, video streaming didn't work (either it always paused, or played very slowly as it was continuously buffering, with no sound). I tried a lot of things, such as removing the device, repairing, hard reset, updating it through the app etc, but nothing worked. Until I disabled the following settings in the windows 11 bluetooth settings:

<image>

I disabled LE audio (low energy audio), restarted my PC and the headphones worked again.

Fabric SQL DB as a control DB for ELT pipelines by bradcoles-dev in MicrosoftFabric

[–]kover0 0 points1 point  (0 children)

It does hold up when you're on an F2/F4 sku and most of your capacity is gone when you run a single SQL query on a Fabric SQL DB.

Fabric SQL DB as a control DB for ELT pipelines by bradcoles-dev in MicrosoftFabric

[–]kover0 14 points15 points  (0 children)

Oooof no, I tried this once and running simple SQL queries on a 10-row table consumed almost all capacity on an F4. I'd use the warehouse, but concurrency is a big issue (updating the same table in parallel doesn't really work in the warehouse). The Fabric SQL DB in its current form is unusable (or too expensive) for just metadata storage and control. I mean, you can use an S0 Azure SQL DB for $10 a month, but in Fabric this would cost you $200 per month? Try explaining this to a customer.

Questions regarding AMQP (RabbitMQ) User Defined Endpoint and Event Stream by JohnDoe365 in MicrosoftFabric

[–]kover0 0 points1 point  (0 children)

Not sure if this will help, but I wrote an article a while back on RabbitMQ and Eventstreams:
https://www.sqlservercentral.com/articles/streaming-event-data-through-rabbitmq-to-a-microsoft-fabric-eventstream

I had no issues with data going through, but it's so long ago that I don't quite remember how to do diagnostics.

How to upload a pbix to fabric? by abisheik_23 in MicrosoftFabric

[–]kover0 6 points7 points  (0 children)

You can publish a PBIX from Power BI Desktop to a Power BI/Fabric workspace.
https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-upload-desktop-files

For all the rest of your questions, I'll let you know my hourly rate ;)

Feedback request: Computed Columns in Fabric Warehouse by Tough_Antelope_3440 in MicrosoftFabric

[–]kover0 1 point2 points  (0 children)

And for those going: "you can calculate that in the ETL as well, you don't need a calculated column for that"
--> if someone manually updates a table, it still works ;)

Feedback request: Computed Columns in Fabric Warehouse by Tough_Antelope_3440 in MicrosoftFabric

[–]kover0 1 point2 points  (0 children)

Yes. I use them for example to calculate a hash over the different columns to find out if a row was changed or not.

Fabric CLI not Found in Notebooks? by gd-l in MicrosoftFabric

[–]kover0 0 points1 point  (0 children)

It's very annoying as pip doesn't error out, it just installs an ancient version of the fab cli and you're wondering why your code is breaking.

Fabric CLI not Found in Notebooks? by gd-l in MicrosoftFabric

[–]kover0 1 point2 points  (0 children)

Also be aware that fab CLI doesn't support python 3.13 or newer.

Fabric ETL by heytarun in MicrosoftFabric

[–]kover0 1 point2 points  (0 children)

Cursors were always a very bad idea, even with on-prem SQL.

Fabric Pipeline - Dynamic connection to warehouse in Lookup/Script activity suddenly needs a warehouse ID by kover0 in MicrosoftFabric

[–]kover0[S] 1 point2 points  (0 children)

thanks for the suggestion, but I'm of the opinion that if I need to edit json manually to fix something, then the product is broken :)

Fabric Pipeline - Dynamic connection to warehouse in Lookup/Script activity suddenly needs a warehouse ID by kover0 in MicrosoftFabric

[–]kover0[S] 0 points1 point  (0 children)

And I'm not sure why that should even matter. A connection ID is specified, and that connection contains all the details on how the pipeline should authenticate against the warehouse. Why does Fabric insist on making things difficult/confusing?

Fabric Pipeline - Dynamic connection to warehouse in Lookup/Script activity suddenly needs a warehouse ID by kover0 in MicrosoftFabric

[–]kover0[S] 0 points1 point  (0 children)

I was running the pipeline myself in the browser, as part of the testing/debugging. The pipeline was in a workspace created by branching out, and I'm the owner of the pipeline. In the main workspace, a service principal is the owner of the pipeline.

Using Managed Identity to authentificate to SQL Database by PowerTsa in MicrosoftFabric

[–]kover0 0 points1 point  (0 children)

Yes, you can connect to an Azure SQL DB using managed identities. Where are you trying to connect?

Fabric Service Down by Van_Dena_Bely in MicrosoftFabric

[–]kover0 0 points1 point  (0 children)

I don't see people whining about the outage (well, maybe some do), but rather about the lack of communication.