-
Notifications
You must be signed in to change notification settings - Fork 977
/
CODEOWNERS
Validating CODEOWNERS rules...
27 lines (19 loc) · 1.34 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
24
25
# Lower entries on this list take precedence
# Anything unmatched by selectors below
* @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/ @runleonarun
# Adapter & Package Development Docs
/website/docs/docs/supported-data-platforms.md/ @runleonarun @dataders
/website/docs/reference/warehouse-profiles/ @runleonarun @dataders
/website/docs/reference/resource-configs/ @runleonarun @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