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

Add test to restore transactions behavior. #24

Merged
merged 12 commits into from
Mar 21, 2024

Conversation

VersusFacit
Copy link
Contributor

resolves #23

Added a test.

Checklist

  • I have read the contributing guide and understand what's expected of me
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX

@VersusFacit VersusFacit self-assigned this Feb 27, 2024
@VersusFacit VersusFacit force-pushed the ADAP-23/add_test_for_PR_9682_in_core branch 2 times, most recently from 826b640 to 1f3ff09 Compare February 27, 2024 07:06
@VersusFacit VersusFacit force-pushed the ADAP-23/add_test_for_PR_9682_in_core branch from 1f3ff09 to 8125ef9 Compare February 27, 2024 07:17
@mikealfare
Copy link
Contributor

All the test failures look related to (#21). Once that PR is merged and this is updated from main, it should pass.

@VersusFacit
Copy link
Contributor Author

VersusFacit commented Feb 28, 2024

@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",
Copy link
Contributor

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.

@mikealfare mikealfare merged commit 23880f4 into main Mar 21, 2024
9 checks passed
@mikealfare mikealfare deleted the ADAP-23/add_test_for_PR_9682_in_core branch March 21, 2024 14:44
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

Successfully merging this pull request may close these issues.

[Bug] Add test for 9682 in core
2 participants