Stop Using %run for Utilities! Refactor Magic Commands in MS Fabric and Use Python Modules

Опубликовано: 18 Июнь 2026
на канале: Data On My Mind
180
15

Code for this workaround:
https://github.com/shberlin/ms_fabric...

0:00 Intro
0:13 Bad practice using magic commands
1:57 Refactoring the code to use module imports
3:05 Using the workaround
4:08 Why the workaround is working nicely
5:36 Call the utility functions correctly

#Fabric #Microsoft #Python #DataEngineering