Hello Everyone!
I've been using the Databricks extension in VSCode for a while know and I'm syncing my repository to my Databricks workspace. In the beginning syncing files to my workspace was basically instant. But now it is starting to take a lot of time to sync files (2 to 3 minutes).
I have the feeling there is some cache buildup in VSCode, I already tried to clear the json logging files from Databricks, but this does not help. Also tried syncing manually with a different interval but it doesn't work either.
databricks sync ./my-folder/ /Users/someone@example.com/ --watch --interval 5s
Anyone having the same issue or have ideas in order to get back to the usual upload time?