Closed t04glovern closed 4 months ago
@t04glovern looks like that the fix is simple as installing forcing the installation of "tenacity~=8.3"
here
https://github.com/dbt-athena/dbt-athena/blob/main/setup.py#L62
.
Feel free to propose a fix for it, otherwise I will take care of it in the next days.
Also, as you might have done already, you can force the installation of "tenacity~=8.3"
in your python env, and that should fix the issue as well as a workaround.
This is fixed with 8.4.1: https://github.com/jd/tenacity/issues/475#issuecomment-2173259665
Pretty sure this can be closed
Is this a new bug in dbt-athena?
Current Behavior
The issue is due to a breaking change in https://github.com/jd/tenacity/issues/471, which is automatically installed due to the dependency on
tenacity~=8.2
- which equates totenacity>=8.*
Hopefully this problem will be resolved with a release of version 8.5 which will automatically be used by this repository https://github.com/dbt-athena/dbt-athena/blob/main/setup.py#L62
Expected Behavior
Queries should run - this is not a bug with dbt-athena specifically, though, so nothing should tangably change with this library.
Steps To Reproduce
Environment
Additional Context
No response