So I am writing a few scripts, one of those scripts is a helper script. When I make changes to the helper script (make sure the changes are saved) I cannot see those changes through the other script. For example I changed the value of a variable in the helper script and I want to use that updated value in the other script, when I run the other script I can not see the change. I have to restart the cluster to see the change.
Is there a reason why I cannot see instant changes in databricks like we can see in local machines?