I'm building some reusable libraries to use in Azure synapse. And these libraries need mssparkutils, built-in synapse library. Is it possible to install this library/module on local python environment?
Asked
Active
Viewed 458 times
5
-
As mssparkutils is a builtin package, it cannot be installed on local python environment. – Abhishek K Sep 02 '22 at 10:58
-
1Valid question and valid answer, this library doesn't have any sense outside the synapse enviroment, nevertheless, what if we build libraries that use this functionality to operate? how can the building and testing flow of this libraries be implemented properly? – frammnm Oct 06 '22 at 06:55