-
Notifications
You must be signed in to change notification settings - Fork 982
/
Copy pathCODEOWNERS
Validating CODEOWNERS rules...
24 lines (18 loc) · 1.29 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Lower entries on this list take precedence
# Anything unmatched by selectors below
* @annafil @runleonarun
# Cloud docs and images are assigned to Leona
/website/docs/docs/dbt-cloud/dbt-cloud-changelog.md @runleonarun
/website/docs/docs/dbt-cloud/ @runleonarun
/website/src/pages/dbt-cloud/ @runleonarun
/website/static/img/docs/dbt-cloud/ @runleonarun
# Blog content assigned to Developer experience team
/website/blog/ @dbt-labs/devex
# Adapter & Package Development Docs
/website/docs/docs/available-adapters.md/ @runleonarun @amychen1776 @dataders
/website/docs/reference/warehouse-profiles/ @runleonarun @amychen1776 @dataders
/website/docs/guides/building-packages @runleonarun @amychen1776 @dataders @dbeatty10
/website/docs/contributing/building-a-new-adapter @runleonarun @dataders @dbeatty10
/website/docs/contributing/testing-a-new-adapter @runleonarun @dataders @dbeatty10
/website/docs/guides/creating-new-materializations @runleonarun @dataders @dbeatty10
/website/docs/docs/dbt-cloud/cloud-configuring-dbt-cloud/ @runleonarun @dataders @dbeatty10