From 7a8576b3a5a1c8e006b98264434118c1d84cda63 Mon Sep 17 00:00:00 2001 From: Michelle Ark Date: Tue, 27 Feb 2024 14:12:20 -0500 Subject: [PATCH 1/3] update codeowners post adapterse decoupling --- .github/CODEOWNERS | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 935053cd93d..e7038e00c06 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -15,29 +15,9 @@ ### ADAPTERS -# Adapter interface ("base" + "sql" adapter defaults, cache) -/core/dbt/adapters @dbt-labs/core-adapters - -# Global project (default macros + materializations), starter project -/core/dbt/include @dbt-labs/core-adapters - -# Postgres plugin -/plugins/ @dbt-labs/core-adapters -/plugins/postgres/setup.py @dbt-labs/core-adapters - # Functional tests for adapter plugins /tests/adapter @dbt-labs/core-adapters -### TESTS - -# Overlapping ownership for vast majority of unit + functional tests - -# Perf regression testing framework -# This excludes the test project files itself since those aren't specific -# framework changes (excluded by not setting an owner next to it- no owner) -/performance @nathaniel-may -/performance/projects - ### ARTIFACTS /schemas/dbt @dbt-labs/cloud-artifacts From d733fe2a681d78a47a9842fa187a9e1a400ad587 Mon Sep 17 00:00:00 2001 From: Michelle Ark Date: Tue, 27 Feb 2024 14:13:34 -0500 Subject: [PATCH 2/3] fix adapters team reference --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e7038e00c06..e44e8773c27 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -16,7 +16,7 @@ ### ADAPTERS # Functional tests for adapter plugins -/tests/adapter @dbt-labs/core-adapters +/tests/adapter @dbt-labs/adapters ### ARTIFACTS From a68bffd76f76d037337327eb06b30865fefa1817 Mon Sep 17 00:00:00 2001 From: Michelle Ark Date: Tue, 12 Mar 2024 17:37:49 -0400 Subject: [PATCH 3/3] remove adapters codeowners from adapters tests --- .github/CODEOWNERS | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e44e8773c27..698a20b0539 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -13,11 +13,6 @@ # the core team as a whole will be assigned * @dbt-labs/core-team -### ADAPTERS - -# Functional tests for adapter plugins -/tests/adapter @dbt-labs/adapters - ### ARTIFACTS /schemas/dbt @dbt-labs/cloud-artifacts