forked from airbytehq/airbyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "🚧 Synced with airbytehq/master (#12)"
This reverts commit 4b71a07.
- Loading branch information
Showing
10,373 changed files
with
281,850 additions
and
567,282 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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
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
This file was deleted.
Oops, something went wrong.
Validating CODEOWNERS rules …
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
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
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 |
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,23 @@ | ||
# Bug-fix Request | ||
|
||
Fixes #*(issue number)* | ||
|
||
--- | ||
|
||
## Reason | ||
*describe here what is the root cause of the issue* | ||
|
||
## Confirmation | ||
- [ ] **Was reproduced locally** | ||
|
||
*if this PR is a guess at a solution, put here your thoughts with explanations, else remove this* | ||
|
||
|
||
## How does the code change in the PR fix the issue? | ||
*describe here* | ||
|
||
--- | ||
|
||
### Recommended reading order | ||
1. `x.java` | ||
2. `y.python` |
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
Oops, something went wrong.