-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
25 lines (20 loc) · 1.31 KB
/
CODEOWNERS
File metadata and controls
25 lines (20 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Lower entries on this list take precedence
# Anything unmatched by selectors below
* @dbt-labs/product-docs
# Adapter & Package Development Docs
/website/docs/docs/supported-data-platforms.md @dbt-labs/product-docs
/website/docs/reference/warehouse-setups @dbt-labs/product-docs
# `resource-configs` contains more than just warehouse setups
/website/docs/reference/resource-configs/*-configs.md @dbt-labs/product-docs
/website/docs/guides/advanced/adapter-development @dbt-labs/product-docs
/website/docs/guides/building-packages @dbt-labs/product-docs
/website/docs/guides/creating-new-materializations @dbt-labs/product-docs
# Require approval from the Transport team when making
# changes to the public-facing migration documentation.
/website/docs/docs/cloud/migration.md @dbt-labs/transport
# Require review from the dbt Labs web team
website/src/ @dbt-labs/web-team
website/scripts/ @dbt-labs/web-team
website/docusaurus.config.js @dbt-labs/web-team
styles/ @dbt-labs/web-team
website/src/theme/ @dbt-labs/web-team