Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test psycopg2 build version jobs fail when direct references is set for branch testing #130

Open
VersusFacit opened this issue Jul 23, 2024 · 0 comments

Comments

@VersusFacit
Copy link
Contributor

VersusFacit commented Jul 23, 2024

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.

Steps to Reproduce

  1. Add to pyproject.toml
[tool.hatch.metadata]
allow-direct-references = true
  1. Edit some reference in the pyproject.toml to point to a specific ref of a repo
  2. Watch as these metadata jobs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant