Skip to content

Commit 103c224

Browse files
authored
Add template for updating source connector type (#9430)
1 parent e331387 commit 103c224

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
3+
name: Source Connector Type
4+
about: Add a new type or update an existing type in source connector
5+
title: '[EPIC] Add new type / update <type-name> in source connector <connector-name>'
6+
labels: area/connectors, needs-triage
7+
assignees: ''
8+
9+
---
10+
11+
## Summary
12+
(Choose one of the two below.)
13+
- [ ] Support new type <type-name>
14+
- [ ] Update existing type <type-name>
15+
16+
## TODOs
17+
(Complete the TODOs based on the instruction, and convert each bullet point with the `[Issue]` tag into an issue.)
18+
- [ ] [Issue] Add a new destination acceptance test (DAT) test case for this type.
19+
- List every destination below, either update the destination to suppor this type, or override its DAT to bypass the new test case.
20+
- [ ] Example: [Issue] support <type-name> in destination bigquery
21+
- [ ] [Issue] Make sure every destination can pass the new DAT test case.
22+
- Even if a destination does not need to support this type, its DAT should not break.
23+
- List every source that should support this type below.
24+
- [ ] Example: [Issue] support <type-name> in source github
25+
26+
## Desired Timeline

0 commit comments

Comments
 (0)