databricks-sql-python
databricks-sql-python copied to clipboard
Changed the retry logic to be idempotency based
What type of PR is this?
- [ ] Refactor
- [ ] Feature
Description
Modified retry strategy based on the type of request type (Idempotent or non-Idempotent).
How is this tested?
- [ ] Unit tests