From 5741dc20dcf8c69aae77484383900c9d9fab133e Mon Sep 17 00:00:00 2001 From: Mila Page <67295367+VersusFacit@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:57:53 -0800 Subject: [PATCH] Add test prompt in PR template. (#391) --- .github/pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3879b653..bc82fd93 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -27,6 +27,21 @@ resolves # tradeoffs you considered. --> +### Concrete Adapter Testing + +At the appropriate stage of development or review, please use an integration test workflow in each of the following repos against your branch. + +Use these to confirm that your feature add or bug fix (1) achieves the desired behavior (2) does not disrupt other concrete adapters: +* [ ] Postgres +* [ ] Snowflake +* [ ] Spark +* [ ] Redshift +* [ ] Bigquery + +Please link to each CI invocation workflow in this checklist here or in a separate PR comment. + +*Note*: Before hitting merge, best practice is to test against your PR's latest SHA. + ### 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