I am using the databricks VSCode extension to sync my local repository to Databricks Workspaces. I have everything configured such that smaller syncs work fine, but a full sync of my repository leads to the following error:
Sync Error: Post "https://<my-workspace>.cloud.databricks.com/api/2.0/workspace-files/import-file/Users%2F<my-username>%2F.ide%2F<my-repo>%2Fthird_party_lambdas%2Faws-dd-forwarder-3.58.0.zip?overwrite=true": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
I'm wondering if there is a way to ignore certain folders in the repo which I don't necessarily need to sync.. Any advice would help, thanks.