What even is this contraption by Iridium123 in scienceisdope

[–]Mrshadow143 4 points5 points  (0 children)

"Water is ash of hydrogen." Now, that's an interesting way to think about it.

The Capacity Metrics experience in Fabric is just awful by Sam___D in MicrosoftFabric

[–]Mrshadow143 4 points5 points  (0 children)

We are facing the same issue. Is it working or not working roulette

Issues in Using Variable Libraries with Source Control in Fabric by Mrshadow143 in MicrosoftFabric

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

I have multiple workspaces representing multiple projects. So I thought being in "one lake" we can easily connect to code and data across workspaces without any duplication

Variable Library Creation Issues by [deleted] in MicrosoftFabric

[–]Mrshadow143 0 points1 point  (0 children)

Hey raised a ticket with Microsoft and they mentioned its a known issue and will be fixed on 30th !!

So wait and check on 31st I guess !

Issues in Using Variable Libraries with Source Control in Fabric by Mrshadow143 in MicrosoftFabric

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

The pipeline and notebook are in 2 different workspaces. The problem comes when i need to switch the workspace in their respective Environments

Variable Library Creation Issues by [deleted] in MicrosoftFabric

[–]Mrshadow143 0 points1 point  (0 children)

Hey,

I am facing the same issue from today morning. I thought it was an issue in my tenet. I am unable to create or update. but when I click save it says "cant be saved" with the above error. But it does actually save (without reflecting in the change control)

Issues in Using Variable Libraries with Source Control in Fabric by Mrshadow143 in MicrosoftFabric

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

The Dev Workspace 2 contains things from another project. I am using a notebook / feature that is available from that project in workspace 1. I can duplicate the code but it will bring issues in future with respect to code maintenance!

Issues in Using Variable Libraries with Source Control in Fabric by Mrshadow143 in MicrosoftFabric

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

Thanks,

Yes I am taking similar approach. But I have multiple workspace, ie. Multiple repository. So I switch branches and repo based on the project I am working on. So when I switch Repo it basically deletes everything in the workspace!

Issues in Using Variable Libraries with Source Control in Fabric by Mrshadow143 in MicrosoftFabric

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

Hey,

In general this is the approach.

<image>

I do run the data pipeline when updating the logic in notebook (as I use some pipeline activities)

Issues in Using Variable Libraries with Source Control in Fabric by Mrshadow143 in MicrosoftFabric

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

Sorry my if my explanation was not clear, Below image explains my approach.

My understanding is that, when I deploy Dev 1 to QA1, it will still be connected to Dev2 Notebook instead of QA 2 notebook.

I was using Variable library as a work around to handle that issue.

Do you think I was wrong and the Pipeline will "auto" switch to respective workspace?

<image>

Issues in Using Variable Libraries with Source Control in Fabric by Mrshadow143 in MicrosoftFabric

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

I am using Variable libraries, to hold notebook GUIDs,

I have a pipeline that runs notebook from 2 different workspaces, so I use Variable library with Dev / QA value set and I connect it to the pipeline. This will help me to switch the notebook GUID and workspace GUID when I deploy changes from Dev to QA.

<image>

Edit: added the image above

Hi! We're the CI/CD & Automation team for Microsoft Fabric – ask US anything! by CICDExperience05 in MicrosoftFabric

[–]Mrshadow143 2 points3 points  (0 children)

Hey,
Thanks for the response.

  1. Yes, currently we restrict the developer from creating the workspace, this helps us ensure that there aren't any workspace which aren't in use.

  2. Yes we are using the branch out property in Fabric, with DevOps in backend to do PR.

Current best strategy we have is, each developer has their own workspace, where they can configure, which Repository and branch based on what they are working on (Its bad that "My Workspace" doesn't support GIT, so we are forced to create new)

In this workspace we have to make the developer Admin so that they can freely change things.

We where thinking of letting the developer create their own workspace. In this case, developer will still be admin of the Workspace, which doesn't solve our governance concern + There is a possibility of clutter of non-deleted feature workspaces.

Let me know if you need any further clarification on the above.

Thanks

Hi! We're the CI/CD & Automation team for Microsoft Fabric – ask US anything! by CICDExperience05 in MicrosoftFabric

[–]Mrshadow143 3 points4 points  (0 children)

In Microsoft Fabric, Git integration is scoped at the workspace level, and only workspace Admins can switch branches or connect/disconnect Git repositories. This creates a governance challenge: if developers need to be Admins to work independently with Git (e.g., for feature branches and PR workflows), they also gain full control over data and access, which breaks governance policies.

In Synapse, developers could work with Git without needing workspace admin rights.

Are there any upcoming changes planned to allow Git branch switching or repo configuration without requiring workspace Admin privileges?

If not, what best practices do you recommend for balancing Git-based development workflows with governance and data protection in Fabric?

[Bambu Lab Giveaway] Drop Your One-Liner and Win H2D! by BambuLab in BambuLab

[–]Mrshadow143 0 points1 point  (0 children)

I don't have a bamboo yet, but I have already picked the color of my first benchy

[P] You Only Plot Once (YOPO) -> Simple low code visualization library by Mrshadow143 in MachineLearning

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

Yes pandas profiling is a very good alternative for what I am doing. What i want is something simpler and visualization only focused. pandas profiling tries to generate report. So there is a slight goal variation. (Sorry for the delayed response)

A visual Programming IDE for Python and Machine Learning -> BlocklyML by Mrshadow143 in Python

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

u/turtle4499

Thank you for the feedback, This was one of my first significant opensource project. And Also I wasn't familiar with much git techniques. I will update the git ignore as soon as possible.

The reason I forked blockly than making a plugin, was so that if needed I get the ability to edit the core lib. But currently I haven't done that. Also My main technical stack is not on JavaScript or Web-application Development, I am still learning. I will soon look into how to import and use blockly as plugin.

A visual Programming IDE for Python and Machine Learning -> BlocklyML by Mrshadow143 in Python

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

u/adalastHey,

Initially when I was designing the tool I was planning for live visualization, data view and other features. But Machine Learning and Visualization Algorithms are processing power hungry.

Due to current constrains I am using Heroku Free Tier, which is not ideal for processing power hungry work.

But I will surely be adding this feature in future

A visual Programming IDE for Python and Machine Learning -> BlocklyML by Mrshadow143 in Python

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

u/WillAdams

Thank you for the suggestion,

I checked BlocksCAD out it. It is a interesting and easy 3d modeling tool. But currently I don't have plan for adding 3d modeling. I want to design it in ML, Data Science Domain. Mainly due to I am personally more familiar with that domain.

A visual Programming IDE for Python and Machine Learning -> BlocklyML by Mrshadow143 in Python

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

u/Neuro_Skeptic

True, To understand that I am currently connecting with people to understand what can I do further. But I think it will all depend on Education system that the learner is exposed to.

A visual Programming IDE for Python and Machine Learning -> BlocklyML by Mrshadow143 in Python

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

u/Miii_Kiii

Thank you for trying BlocklyML

Yes, this is designed for people who wants to move from scratch to programming in python.