From 0550c51bda440d82cfd0e06ef64da16a2c90b500 Mon Sep 17 00:00:00 2001 From: Evan Siroky Date: Thu, 17 Oct 2024 11:08:22 -0700 Subject: [PATCH] Update pull_request_template.md Include additional guidance on how to test changes made to dbt models. --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 50e9441b2f..b629f2ca1e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,6 +15,8 @@ Resolves #\[issue\] _Include commands/logs/screenshots as relevant._ +_If making changes to dbt models, please run the command `poetry run dbt run -s CHANGED_MODEL` and include the output in this section of the PR._ + ## Post-merge follow-ups _Document any actions that must be taken post-merge to deploy or otherwise implement the changes in this PR (for example, running a full refresh of some incremental model in dbt). If these actions will take more than a few hours after the merge or if they will be completed by someone other than the PR author, please create a dedicated follow-up issue and link it here to track resolution._