You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exporter: Add retries for Search, ReadContext and Import operations when importing the resource (#3202)
* Exporter: Add retries for Search/ReadContext and Import operations when importing the resource
Under a very high load, Databricks backend may not answer on time, or return specific
errors, so it makes sense to retry operation few times.
This PR uses "naive" implementation, I need to play a bit more with `retries` package
before adopting it
* Review comments
* Code refactoring, reworking retries for directory listings as well
* Adjust logging levels
0 commit comments