Skip to content

Commit

Permalink
✨ Source GitHub: added Issue timeline events stream (#30823)
Browse files Browse the repository at this point in the history
Co-authored-by: darynaishchenko <[email protected]>
  • Loading branch information
darynaishchenko and darynaishchenko authored Sep 29, 2023
1 parent 4b16f98 commit 3c79da9
Show file tree
Hide file tree
Showing 16 changed files with 2,745 additions and 7 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ RUN pip install .
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=1.3.1
LABEL io.airbyte.version=1.4.0
LABEL io.airbyte.name=airbyte/source-github
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,16 @@
},
"sync_mode": "full_refresh",
"destination_sync_mode": "overwrite"
},
{
"stream": {
"name": "issue_timeline_events",
"json_schema": {},
"supported_sync_modes": ["full_refresh"],
"source_defined_primary_key": [["repository"], ["issue_number"]]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "overwrite"
}
]
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: ef69ef6e-aa7f-4af1-a01d-ef775033524e
dockerImageTag: 1.3.1
dockerImageTag: 1.4.0
maxSecondsBetweenMessages: 5400
dockerRepository: airbyte/source-github
githubIssueLabel: source-github
Expand Down
Loading

0 comments on commit 3c79da9

Please sign in to comment.