When we make changes in a base adapter or similar that require us to test against a specific ref of dbt-postgres, the build steps labeled Test psycopg2 build version will break.
We need to dig into why this is happening and find a way to get our builds reliably green even when testing branches.
This will be a bigger problem if we migrate other adapters to hatch in the near future.
When we make changes in a base adapter or similar that require us to test against a specific
ref
ofdbt-postgres
, the build steps labeledTest psycopg2 build version
will break.We need to dig into why this is happening and find a way to get our builds reliably green even when testing branches.
This will be a bigger problem if we migrate other adapters to
hatch
in the near future.Steps to Reproduce
pyproject.toml
pyproject.toml
to point to a specificref
of a repo