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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[#41] tabular_database resources fixes (#42)
- Correct 404 handling to remove the resource from state, instead of panciking
- Correct import example, to reflect the v2 client using an endpoint that expects a database ID, not a name
- Adjusted retry wrapper to only retry for non-4xx status codes
- Adjusted default retry configuration to fail faster; very few cases that should be retried will succeed after 5 minutes instead of 2.
Co-authored-by: Max Gobel <max.gobel@databricks.com>