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
{{ message }}
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
@kwigley I'm getting an inscrutable error when I use pytest-dbt-adapter==0.5.1 that doesn't happen when I revert to 0.4.0. Below is the error message and here's the full stacktrace.
p.s. there's no 0.5.1 release here on GitHub? how is it different from 0.5.0?
p.p.s why does dbt --version not output dbt-synapse when it's installed in development mode (pip install -e .) but does show up when installed via PyPI?
I believe 2ffb450, included in 0.5.0, accounts for a change included in dbt v0.20.0: dbt-labs/dbt-core#3313. So pytest-dbt-adapter>0.5 should only be used with dbt-core>0.20.
p.s. there's no 0.5.1 release here on GitHub? how is it different from 0.5.0?
We should add a release here, too :) The big difference (33872d1) was adding another module with some art from core integration tests, so that we could write more effective integration tests for dbt-spark. It's still not in primetime shape, though, and finicky to use, so we haven't committed to it long term.
p.p.s why does dbt --version not output dbt-synapse when it's installed in development mode (pip install -e .) but does show up when installed via PyPI?
This is something I've experienced and wondered myself. +1 to the mystery.
@kwigley I'm getting an inscrutable error when I use
pytest-dbt-adapter==0.5.1
that doesn't happen when I revert to0.4.0
. Below is the error message and here's the full stacktrace.p.s. there's no 0.5.1 release here on GitHub? how is it different from
0.5.0
?p.p.s why does
dbt --version
not outputdbt-synapse
when it's installed in development mode (pip install -e .
) but does show up when installed via PyPI?The text was updated successfully, but these errors were encountered: