I want to automatically deploy artifacts (custom python packages / .whl files) from the Azure DevOps artifact feed to a Synapse spark pool.
Currently I have to manually:
- download the .whl file from the artifact feed
- upload the .whl file to the synapse workspace
- add the package/.whl to the packages of a spark pool (> "Select from workspace packages").
I have so far not found any option to do this as part of a release/pipeline in Azure DevOps or via the AzureCLI and also have not found any documentation on it. I was wondering whether anyone has found a solution concerning automating this step? It is quite cumbersome to have to do it manually.
PS: I already asked this question on the MS forum, but have gotten no official answer yet.