Skip to content

v0.0.26

Choose a tag to compare

@github-actions github-actions released this 29 Aug 21:53
· 1 commit to main since this release
49d060e
[#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>