Aim-Installation of external libraries(wheel file) in Data bricks through synapse using new job cluster
Solution- I have followed the below steps:
I have created a pipeline in synapse that consists of a notebook activity that is using a new job cluster Linked service .
In the append library section of notebook activity, I have added the details of wheel file that I stored in DBFS location of Data bricks.
After running this pipeline, I can see library details after clicking on Libraries under job run details(Compute->job run->libraries).
But when I am trying to import this library (using import command) in the notebook or trying to run any script on this library it's giving me an error 'no module found'.
It would be great if someone can suggest a solution for this