|
| 1 | +# Default owner |
| 2 | +* @db-integrations |
| 3 | + |
| 4 | +# Non-CH, non-PG destinations |
| 5 | +flow/connectors/bigquery/ @eng |
| 6 | +flow/connectors/elasticsearch/ @eng |
| 7 | +flow/connectors/eventhub/ @eng |
| 8 | +flow/connectors/kafka/ @eng |
| 9 | +flow/connectors/pubsub/ @eng |
| 10 | +flow/connectors/s3/ @eng |
| 11 | +flow/connectors/snowflake/ @eng |
| 12 | + |
| 13 | +ui/components/PeerForms/BigqueryConfig.tsx @eng |
| 14 | +ui/components/PeerForms/SnowflakeForm.tsx @eng |
| 15 | +ui/components/PeerForms/S3Form.tsx @eng |
| 16 | +ui/components/PeerForms/ElasticsearchConfigForm.tsx @eng |
| 17 | +ui/components/PeerForms/Eventhubs/ @eng |
| 18 | +ui/components/PeerForms/KafkaConfig.tsx @eng |
| 19 | +ui/components/PeerForms/PubSubConfig.tsx @eng |
| 20 | +ui/app/peers/create/[peerType]/helpers/bq.ts @eng |
| 21 | +ui/app/peers/create/[peerType]/helpers/sf.ts @eng |
| 22 | +ui/app/peers/create/[peerType]/helpers/s3.ts @eng |
| 23 | +ui/app/peers/create/[peerType]/helpers/es.ts @eng |
| 24 | +ui/app/peers/create/[peerType]/helpers/eh.ts @eng |
| 25 | +ui/app/peers/create/[peerType]/helpers/ka.ts @eng |
| 26 | +ui/app/peers/create/[peerType]/helpers/ps.ts @eng |
| 27 | +ui/app/mirrors/create/cdc/eventhubsCallout.tsx @eng |
| 28 | + |
| 29 | +flow/e2e/bigquery.go @eng |
| 30 | +flow/e2e/bigquery_qrep_test.go @eng |
| 31 | +flow/e2e/bigquery_test.go @eng |
| 32 | +flow/e2e/elasticsearch*.go @eng |
| 33 | +flow/e2e/eventhub*.go @eng |
| 34 | +flow/e2e/kafka*.go @eng |
| 35 | +flow/e2e/pubsub*.go @eng |
| 36 | +flow/e2e/s3_*.go @eng |
| 37 | +flow/e2e/snowflake*.go @eng |
| 38 | + |
| 39 | +# PG destination |
| 40 | +flow/connectors/postgres/postgres_destination.go @ch-postgres |
| 41 | +flow/connectors/postgres/qrep_destination.go @ch-postgres |
| 42 | +flow/connectors/postgres/normalize_stmt_generator.go @ch-postgres |
| 43 | +flow/connectors/postgres/sink_pg.go @ch-postgres |
| 44 | +flow/model/pg_items.go @ch-postgres |
| 45 | +flow/pkg/postgres/dest_validation.go @ch-postgres |
| 46 | + |
| 47 | +flow/e2e/postgres*.go @ch-postgres |
0 commit comments