Closed jtcohen6 closed 6 months ago
Bump requirements to:
"dbt-common>=1.0.4,<2.0"
"dbt-adapters>=1.1.1,<2.0"
"dbt-core>=1.8.0"
This way, if someone runs pip install dbt-spark with an existing (v1.8 prerelease) install of the other packages, they won't end up with incompatible package versions.
pip install dbt-spark
Bump requirements to:
"dbt-common>=1.0.4,<2.0"
"dbt-adapters>=1.1.1,<2.0"
"dbt-core>=1.8.0"
This way, if someone runs
pip install dbt-spark
with an existing (v1.8 prerelease) install of the other packages, they won't end up with incompatible package versions.