-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
83 lines (73 loc) · 4.84 KB
/
CODEOWNERS
File metadata and controls
83 lines (73 loc) · 4.84 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# =============================================================================
# CODEOWNERS - Defines code ownership for pull request reviews
# =============================================================================
# Rules are evaluated top-to-bottom; later rules override earlier ones.
# =============================================================================
# -----------------------------------------------------------------------------
# Protocol
# -----------------------------------------------------------------------------
/docs/understanding-airbyte/airbyte-protocol.md @airbytehq/move-destinations
# -----------------------------------------------------------------------------
# BULK CDK (Kotlin-based modern CDK)
# -----------------------------------------------------------------------------
/airbyte-cdk/bulk/ @airbytehq/dbsources @airbytehq/move-destinations
/airbyte-cdk/bulk/core/extract/ @airbytehq/dbsources
/airbyte-cdk/bulk/core/load/ @airbytehq/move-destinations
/airbyte-cdk/bulk/toolkits/extract-*/ @airbytehq/dbsources
/airbyte-cdk/bulk/toolkits/load-*/ @airbytehq/move-destinations
/airbyte-cdk/bulk/toolkits/legacy-task-*/ @airbytehq/move-destinations
# -----------------------------------------------------------------------------
# JAVA CDK
# -----------------------------------------------------------------------------
/airbyte-cdk/java/airbyte-cdk/ @airbytehq/dbsources @airbytehq/move-destinations
/airbyte-cdk/java/airbyte-cdk/*-sources/ @airbytehq/dbsources
/airbyte-cdk/java/airbyte-cdk/*-destinations/ @airbytehq/move-destinations
/airbyte-cdk/java/airbyte-cdk/typing-deduping/ @airbytehq/move-destinations
# -----------------------------------------------------------------------------
# BUILD INFRASTRUCTURE
# -----------------------------------------------------------------------------
/buildSrc/ @airbytehq/dbsources @airbytehq/move-destinations
# -----------------------------------------------------------------------------
# SOURCE CONNECTORS
# -----------------------------------------------------------------------------
/airbyte-integrations/connectors/source-*/ @airbytehq/dbsources
# -----------------------------------------------------------------------------
# DESTINATION CONNECTORS (certified + JDK-based only)
# -----------------------------------------------------------------------------
# Only destination connectors that are both certified AND JDK-based are owned
# by @airbytehq/move-destinations. This avoids unnecessary review requests on
# community or non-JDK connectors (e.g. dependabot bumps).
/airbyte-integrations/connectors/destination-azure-blob-storage/ @airbytehq/move-destinations
/airbyte-integrations/connectors/destination-bigquery/ @airbytehq/move-destinations
/airbyte-integrations/connectors/destination-clickhouse/ @airbytehq/move-destinations
/airbyte-integrations/connectors/destination-customer-io/ @airbytehq/move-destinations
/airbyte-integrations/connectors/destination-databricks/ @airbytehq/move-destinations
/airbyte-integrations/connectors/destination-gcs-data-lake/ @airbytehq/move-destinations
/airbyte-integrations/connectors/destination-hubspot/ @airbytehq/move-destinations
/airbyte-integrations/connectors/destination-mssql/ @airbytehq/move-destinations
/airbyte-integrations/connectors/destination-postgres/ @airbytehq/move-destinations
/airbyte-integrations/connectors/destination-redshift/ @airbytehq/move-destinations
/airbyte-integrations/connectors/destination-s3/ @airbytehq/move-destinations
/airbyte-integrations/connectors/destination-s3-data-lake/ @airbytehq/move-destinations
/airbyte-integrations/connectors/destination-snowflake/ @airbytehq/move-destinations
# Destination documentation
/docs/integrations/destinations/ @airbytehq/move-destinations
# -----------------------------------------------------------------------------
# OAUTH
# -----------------------------------------------------------------------------
/oss/airbyte-oauth/src/main/kotlin/io/airbyte/oauth/ @airbytehq/dev-api-sources
# -----------------------------------------------------------------------------
# NO OWNERSHIP - Markdown files
# -----------------------------------------------------------------------------
# Documentation changes don't require team review. These rules override the
# directory ownership rules above. The BREAKING CHANGES section below will
# re-assign ownership for migration docs specifically.
/airbyte-integrations/connectors/source-*/**/*.md
/airbyte-integrations/connectors/destination-*/**/*.md
/docs/**/*.md
# -----------------------------------------------------------------------------
# BREAKING CHANGES
# -----------------------------------------------------------------------------
# This rule ensures that breaking changes to connectors are reviewed by the
# breaking-changes-reviewers team to manage and help message breaking changes.
/docs/integrations/**/*-migrations.md @airbytehq/breaking-change-reviewers