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

[ADAP-1053] [Bug] Tracking common hanging schemas post ci/cd test runs #675

Closed
2 tasks done
McKnight-42 opened this issue Nov 29, 2023 · 0 comments
Closed
2 tasks done
Assignees

Comments

@McKnight-42
Copy link
Contributor

Is this a new bug in dbt-redshift?

  • I believe this is a new bug in dbt-redshift
  • I have searched the existing issues, and I could not find an existing issue for this bug

Current Behavior

We appear to have a few tests that slowly build up in redshift database post ci/cd and local test runs due to not being properly dropped. the tests in question are related to test_basic, test_incremantal_unique_id, and possibly _sources. at least the first two are for most part defined in dbt-core and simply imported into dbt-redshift so we may need to move up stack to core to check teardown methods defined there and see if schema name changes in redshift are just not being caught.

Expected Behavior

that all schemas created by running our unit/functional tests should be deleted at end of test run as part of teardown, or defined cleanup methods.

Steps To Reproduce

run ci/cd, and then either query or check your test database to see if any artifacts remain.

Relevant log output

No response

Environment

- OS:
- Python:
- dbt-core:
- dbt-redshift:

Additional Context

No response

@McKnight-42 McKnight-42 added bug Something isn't working triage labels Nov 29, 2023
@McKnight-42 McKnight-42 self-assigned this Nov 29, 2023
@github-actions github-actions bot changed the title [Bug] Tracking common hanging schemas post ci/cd test runs [ADAP-1053] [Bug] Tracking common hanging schemas post ci/cd test runs Nov 29, 2023
@nathaniel-may nathaniel-may added tech_debt and removed bug Something isn't working labels Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants