-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add template for updating source connector type (#9430)
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
|
||
name: Source Connector Type | ||
about: Add a new type or update an existing type in source connector | ||
title: '[EPIC] Add new type / update <type-name> in source connector <connector-name>' | ||
labels: area/connectors, needs-triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Summary | ||
(Choose one of the two below.) | ||
- [ ] Support new type <type-name> | ||
- [ ] Update existing type <type-name> | ||
|
||
## TODOs | ||
(Complete the TODOs based on the instruction, and convert each bullet point with the `[Issue]` tag into an issue.) | ||
- [ ] [Issue] Add a new destination acceptance test (DAT) test case for this type. | ||
- List every destination below, either update the destination to suppor this type, or override its DAT to bypass the new test case. | ||
- [ ] Example: [Issue] support <type-name> in destination bigquery | ||
- [ ] [Issue] Make sure every destination can pass the new DAT test case. | ||
- Even if a destination does not need to support this type, its DAT should not break. | ||
- List every source that should support this type below. | ||
- [ ] Example: [Issue] support <type-name> in source github | ||
|
||
## Desired Timeline |