Source GitHub: few updates (#4598)
* Few updates for GitHub connector Add `AIRBYTE_ENTRYPOINT` to `Dockerfile`. Add `Changelog` section to `docs/integrations/sources/github.md`. Remove `source-github/CHANGELOG.md` file. * Bump GitHub connector version
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"sourceDefinitionId": "ef69ef6e-aa7f-4af1-a01d-ef775033524e",
|
||||
"name": "GitHub",
|
||||
"dockerRepository": "airbyte/source-github",
|
||||
"dockerImageTag": "0.1.0",
|
||||
"dockerImageTag": "0.1.1",
|
||||
"documentationUrl": "https://hub.docker.com/r/airbyte/source-github",
|
||||
"icon": "github.svg"
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
- sourceDefinitionId: ef69ef6e-aa7f-4af1-a01d-ef775033524e
|
||||
name: GitHub
|
||||
dockerRepository: airbyte/source-github
|
||||
dockerImageTag: 0.1.0
|
||||
dockerImageTag: 0.1.1
|
||||
documentationUrl: https://hub.docker.com/r/airbyte/source-github
|
||||
icon: github.svg
|
||||
- sourceDefinitionId: b5ea17b1-f170-46dc-bc31-cc744ca984c1
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
# Changelog
|
||||
|
||||
## 0.1.0
|
||||
Initial Release.
|
||||
|
||||
## 0.1.1
|
||||
Fix schema in the `pull_request` stream
|
||||
@@ -9,6 +9,7 @@ COPY main.py ./
|
||||
COPY setup.py ./
|
||||
RUN pip install .
|
||||
|
||||
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
|
||||
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
|
||||
|
||||
LABEL io.airbyte.version=0.1.1
|
||||
|
||||
@@ -74,3 +74,9 @@ Your token should have at least the `repo` scope. Depending on which streams you
|
||||
* Syncing [Teams](https://docs.github.com/en/free-pro-team@latest/github/setting-up-and-managing-organizations-and-teams/about-teams) is only available to authenticated members of a team's [organization](https://docs.github.com/en/free-pro-team@latest/rest/reference/orgs). [Personal user accounts](https://docs.github.com/en/free-pro-team@latest/github/getting-started-with-github/types-of-github-accounts) and repositories belonging to them don't have access to Teams features. In this case no records will be synced.
|
||||
* To sync the Projects stream, the repository must have the Projects feature enabled.
|
||||
|
||||
## Changelog
|
||||
|
||||
| Version | Date | Pull Request | Subject |
|
||||
| :------ | :-------- | :----- | :------ |
|
||||
| 0.1.1 | 2021-07-07 | [4590](https://github.com/airbytehq/airbyte/pull/4590) | Fix schema in the `pull_request` stream |
|
||||
| 0.1.0 | 2021-07-06 | [4174](https://github.com/airbytehq/airbyte/pull/4174) | New Source: GitHub |
|
||||
|
||||
Reference in New Issue
Block a user