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

Update testing structure for dbt Labs testing support - postgres #181

Merged
merged 25 commits into from
Oct 18, 2024

Conversation

emmyoop
Copy link
Member

@emmyoop emmyoop commented Sep 5, 2024

Resolves #183

Description & motivation

Adds support for testing with tox for postgres.

This was branched off #183 that attempted to add full adapter support.

Checklist

  • This code is associated with an issue which has been triaged and accepted for development.
  • I have verified that these changes work locally
  • I have updated the README.md (if applicable)
  • I have added tests & descriptions to my models (and macros if applicable)
  • I have added an entry to CHANGELOG.md

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Sep 5, 2024
supported_adapters.env Outdated Show resolved Hide resolved
.circleci/config.yml Outdated Show resolved Hide resolved
@emmyoop
Copy link
Member Author

emmyoop commented Sep 26, 2024

This has some database permission issues to work through. See if we can get those resolved and then document the solution.

Once those issues are resolved we may be able to add all the adapters into the tox testing.

Since we are only adding testing via tox for postgres, it is the only adapter that has been added/modified.

@emmyoop emmyoop changed the title Setup tox for postgres Update testing structure for dbt Labs testing support - postgres Oct 11, 2024
Copy link
Contributor

@dbeatty10 dbeatty10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍

@emmyoop emmyoop merged commit e532bd4 into main Oct 18, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tox-based Integration Testing support for this package
2 participants