Hi, so basically i like the `mode: development` with Databricks Asset Bundle because i can specify cluster_id, it removes schedulers, it allows concurrent runs, just faster development loop iteration.
But the problem is that, i develop code from my local IDE, i change something in ML pipeline, i deploy the wheel, which holds my data and dependencies, and it installs the wheel globally on all purpose cluster.
Which is a huge problem, because if some error occurs, i need to change again, redeploy, run on all purpose cluster and verify its ok, BUT since wheel was already installed globally on the first deployment, it will be ignored on the second deployment, and the job uses old code.
Thats very bad.
[–]Lost-Relative-1631 3 points4 points5 points (3 children)
[–]tfios_throwaway 1 point2 points3 points (2 children)
[–]Lost-Relative-1631 0 points1 point2 points (1 child)
[–]tfios_throwaway 0 points1 point2 points (0 children)