docs: Add integration test guides to adapter CONTRIBUTING.md files #1440
+198
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
resolves #843
Problem
The issue #843 noted that the CONTRIBUTING.md file for nearly all adapters lacked the necessary documentation detailing how to run integration tests locally. The files only contained boilerplate text, forcing contributors to manually investigate environment variables and run commands.
Solution
This PR creates comprehensive CONTRIBUTING.md files for dbt-athena, dbt-bigquery, dbt-postgres, dbt-redshift, and dbt-snowflake. Each file now clearly outlines the required environment variables (from their respective test.env.example files) and provides specific hatch run integration-tests commands for running the full test suite or single test classes.
Checklist