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
dbt-trino is compatible with the latest . patch version of dbt-core (i.e. it uses dbt-core ~= 1.0.0 syntax in expressing requirements in it's setup.py file)
Actual behavior
setup.py in v1.0.3 pins to earlier 1.0 patch of dbt-core making it incompatible with later patch releases. The result is an unexpected downgrade from dbt-core==1.0.9-> dbt-core==1.03.
Steps To Reproduce
pip install dbt-core~=1.0.0 dbt-trino~=1.0.0
Log output/Screenshots
No response
Operating System
linux
dbt version
1.0.9
Trino Server version
N/A
Python version
3.9
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Expected behavior
dbt-trino is compatible with the latest . patch version of dbt-core (i.e. it uses
dbt-core ~= 1.0.0
syntax in expressing requirements in it'ssetup.py
file)Actual behavior
setup.py in v1.0.3 pins to earlier 1.0 patch of dbt-core making it incompatible with later patch releases. The result is an unexpected downgrade from
dbt-core==1.0.9
->dbt-core==1.03
.Steps To Reproduce
pip install dbt-core~=1.0.0 dbt-trino~=1.0.0
Log output/Screenshots
No response
Operating System
linux
dbt version
1.0.9
Trino Server version
N/A
Python version
3.9
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: