-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add test to restore transactions behavior. #24
Conversation
826b640
to
1f3ff09
Compare
1f3ff09
to
8125ef9
Compare
All the test failures look related to (#21). Once that PR is merged and this is updated from |
@mikealfare Still getting hurt by dependency collisions. Is there something specific to this repo's requirements I can edit to fix for merge? |
pyproject.toml
Outdated
@@ -51,7 +51,7 @@ path = "dbt/adapters/postgres/__version__.py" | |||
|
|||
[tool.hatch.envs.default] | |||
dependencies = [ | |||
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git", | |||
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@ADAP-108/fix_renamed_relations_for_1.8", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding a blocking change to make sure we don't accidentally merge this.
resolves #23
Added a test.
Checklist