dbt-databricks
dbt-databricks copied to clipboard
Apply connection retry refactor, add defaults with exponential backoff
Description
Applies connection retry refactor, add defaults with exponential backoff as per an item from #127.
- Refactors retry logic to use
retry_connectionfrom core. - Adds consistent defaults with other adpaters:
- if
connect_retriesandconnect_timeoutare not specified: 1 retry after 1s - if
connect_retriesis specified butconnect_timeoutis not, it will use exponential backoff
- if
Thanks a lot! Our team is eagerly waiting for this feature!
Thanks! merging.