@Debayan Mukherjeeโ
I mean when I execute the following command:
dbx execute --cluster-id=cluster_id job_name
It executes the job/workflow in that cluster and returns any cli output to my local terminal. Now if I make changes/debug to my code and execute again then the new wheel file built is somehow not being use to execute and I get the output from the old code. Only when I restart my cluster, I am able to see any changes in execution. This is a recent behavior and not something I've experienced before and I have been using dbx for some time now.