Build Your Own Python Library for Microsoft Fabric Notebooks
When you’ve got more than one data engineer building things in Microsoft Fabric, you’ve probably hit the same little annoyance I did: everyone is quietly rewriting the same helper functions. Same string concat. Same date parser. Same five-line utility nobody can find when they actually need it. There are a few ways to tackle this…

