We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8813e4c commit 6525eb4Copy full SHA for 6525eb4
.github/CODEOWNERS
@@ -22,6 +22,13 @@
22
# Protocol related items
23
/docs/understanding-airbyte/airbyte-protocol.md @airbytehq/protocol-reviewers
24
25
+# Bulk CDK
26
+/airbyte-cdk/bulk @airbytehq/dbsources @airbytehq/destinations
27
+/airbyte-cdk/bulk/core/extract/ @airbytehq/dbsources
28
+/airbyte-cdk/bulk/core/load/ @airbytehq/destinations
29
+/airbyte-cdk/bulk/toolkits/extract-*/ @airbytehq/dbsources
30
+/airbyte-cdk/bulk/toolkits/load-*/ @airbytehq/destinations
31
+
32
# Java CDK
33
/airbyte-cdk/java/airbyte-cdk @airbytehq/dbsources @airbytehq/destinations
34
/airbyte-cdk/java/airbyte-cdk/*-sources/ @airbytehq/dbsources
0 commit comments