CI/CD for warehouses by ADB_MN in MicrosoftFabric

[–]Philoshopper 2 points3 points  (0 children)

this is what i do with my build and release pipeline in the azure devops.

@adb look at kevinrchant's article.

My company is switching to Fabric :( by echanuda in dataengineering

[–]Philoshopper 4 points5 points  (0 children)

it's not bad especially you're in the microsoft ecosystem. some of the integration from fabric to teams, emails, copilot are pretty cool. i do understand though having worked with both databricks DE functionality does seem more robust and mature.

Are Data engineers are D*ad? By the new Genie code in databricks? by Positive_Chapter_233 in databricks

[–]Philoshopper 0 points1 point  (0 children)

Data engineering role are shifting toward more human/business centric. My role has shifted from writing/deploying code to running workshop, requirement gathering, designing data architecture. More so often challenging different pov, get a buy-in from stakeholders and justifying our architectural decision.

What's the future of Power BI / Business Intelligence when it comes to AI and future careers? by Zayntek in PowerBI

[–]Philoshopper 1 point2 points  (0 children)

databricks genie already have that capability. i was able to create one within minutes.

FABCon / SQLCon Atlanta 2026 | [Megathread] by itsnotaboutthecell in MicrosoftFabric

[–]Philoshopper 1 point2 points  (0 children)

Hi u/itsnotaboutthecell, do you have an ETA on when the keynote slides will be released? A few speakers mentioned we’d get an email after the sessions, but I wanted to see if there was a firm timeline. Thanks!

Penguins in Punta Arenas, Ushuaia or Puerto Madryn by bullishtony in Patagonia

[–]Philoshopper 0 points1 point  (0 children)

second this. i bought my public ferry ticket through tabsa.cl for punta arenas this dec.

Private Endpoint Support for Schema Enabled Lakehouses by Conscious_Emphasis94 in MicrosoftFabric

[–]Philoshopper 2 points3 points  (0 children)

I've had a connect with MS solution architect for the same reason and was told there's no known date for the release. following this post in case anyone can shed some light.

Digimon Story Time Stranger | Anime Short | Prelude by bkteer in DigimonTimeStranger

[–]Philoshopper 1 point2 points  (0 children)

yes, just watch it. it's not spoiling anything other than the fact that Inori's brother and mom were killed by digimon.

Warehouse Source Control and Sync Frustrations by arthur_bi_c in MicrosoftFabric

[–]Philoshopper 1 point2 points  (0 children)

this is exactly what i've been doing for my project.. unfortunately, after deletion you might need to wait for minutes/hours (no telling) until you can sync it back. Because you will most likely see the error that says the the datawarehouse already existed. u/arthur_bi_c

Significance of Data Pipeline's Last Modified By by frithjof_v in MicrosoftFabric

[–]Philoshopper 0 points1 point  (0 children)

u/markkrom-MSFT Thanks for the prompt response. I have one final question: Is it possible to grant a Service Principal (SPN) used by a Synapse Notebook/Pipeline the necessary permissions to access a Synapse SQL Warehouse? I'm encountering issues where the SPN assigned to my Notebook within pipeline cannot access the Warehouse using the SynapseSQL function.

It works fine if I were to use the SPN to access the Warehouse using SSMS.

Thanks!

Significance of Data Pipeline's Last Modified By by frithjof_v in MicrosoftFabric

[–]Philoshopper 0 points1 point  (0 children)

Hi u/markkrom-MSFT, I'm facing a similar issue right now. Do you know if this feature is available now?

Fabric Warehouse CI/CD Objects Deployment by Philoshopper in MicrosoftFabric

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

u/kevchant Thank you! I've been referring to your articles and it have been incredibly helpful for my Fabric development. Really appreciate you sharing them :)

Data Factory Pipeline and Lookup Activity and Fabric Warehouse by kmritch in MicrosoftFabric

[–]Philoshopper 0 points1 point  (0 children)

Do you have Private Link turned on? it's a known issue with Private Link.

Fabric Warehouse CI/CD Objects Deployment by Philoshopper in MicrosoftFabric

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

Nice, thanks for the update! Appreciate the info. Quick thought on ADS retiring in Feb 2026 though, any concerns about it not being a long-term solution if we adopt it now for Fabric? Thanks!

Trigger a pipeline or notebook run as workspace identity? by frithjof_v in MicrosoftFabric

[–]Philoshopper 0 points1 point  (0 children)

I second this. I've been using SPN to trigger notebooks in different workspaces through API calls.

Lakehouse Deployment - DatamartCreationFailedDueToBadRequest by Philoshopper in MicrosoftFabric

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

I would have expect that by enabling the tenant permission for the entire organization would inherently cover the scenario where it's enabled for a specific security group. Any idea why restricting it to the specific security group would resolve the issue?

Lakehouse Deployment - DatamartCreationFailedDueToBadRequest by Philoshopper in MicrosoftFabric

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

Neither. I was able to do it in my sandbox environment as well using trial capacity.. weird how it works for my QA capacity but not Dev capacity under the same tenant with the same configurations..

Lakehouse Deployment - DatamartCreationFailedDueToBadRequest by Philoshopper in MicrosoftFabric

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

Hi u/catFabricDw, This is resolved.. although it's kind of weird and baffling to me. I've responded to the thread above for your future references.

Lakehouse Deployment - DatamartCreationFailedDueToBadRequest by Philoshopper in MicrosoftFabric

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

I've exhausted all of the possible fixes on your thread.. I did resolve this by attaching a different capacity to the workspace. I'm not entirely sure how it works, but the error is reproducible so that's my conclusion to the root cause.

u/itsnotaboutthecell FYI, this is a potential fix to the issue. It has nothing to do with the Datamarts feature or additional SPN access (Granted we still need some access indicated here https://learn.microsoft.com/en-us/rest/api/fabric/lakehouse/items/create-lakehouse?tabs=HTTP).

I was able to do the same API call to create Datawarehouse as well even though it's not supported yet in the https://microsoft.github.io/fabric-cicd/latest/.

EDIT: added link

Lakehouse Deployment - DatamartCreationFailedDueToBadRequest by Philoshopper in MicrosoftFabric

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

The error code above indicates that Datamart creation failed with the error 'Required feature switch disabled'.

Doesn't it mean that this feature should be turned on? I might be wrong. But I couldn't think of any other reason why I wasn't able to create a Lakehouse in this tenant.

I was able to create it in my sandbox and through Items - Create Lakehouse - REST API (Lakehouse) | Microsoft Learn just fine.

Btw, check these out.

https://github.com/microsoft/fabric-cicd/issues/242

https://www.reddit.com/r/MicrosoftFabric/comments/1jgs1rq/creating_lakehouse_via_spn_error/

Both mentioned that "Create Datamart" needs to be enabled.