From c9fc475fc526f805a989b8d274fd49aedb7b7085 Mon Sep 17 00:00:00 2001 From: VersusFacit <67295367+VersusFacit@users.noreply.github.com> Date: Wed, 18 Dec 2024 17:43:02 -0800 Subject: [PATCH] Add test prompt in PR template. --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3879b653..708c500f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -27,6 +27,17 @@ resolves # tradeoffs you considered. --> +### Concrete Adapter Testing + +Before marking your pull request `Ready for Review`, please use an integration test workflow in each of the following repos to confirm that your feature ad or bug (1) achieves the desired behavior (2) does not disrupt other concrete adapters: +* [ ] Postgres +* [ ] Snowflake +* [ ] Spark +* [ ] Redshift +* [ ] Bigquery + +Please link each CI workflow in this checklist here or in a separate PR comment. + ### Checklist - [ ] I have read [the contributing guide](https://github.com/dbt-labs/dbt-adapters/blob/main/CONTRIBUTING.md) and understand what's expected of me