Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
110 lines
3.6 KiB
YAML
110 lines
3.6 KiB
YAML
data:
|
|
ab_internal:
|
|
ql: 400
|
|
sl: 300
|
|
allowedHosts:
|
|
hosts:
|
|
- ${api_url}
|
|
connectorBuildOptions:
|
|
baseImage: docker.io/airbyte/python-connector-base:4.1.0@sha256:1d1aa21d34e851df4e8a87b391c27724c06e2597608e7161f4d167be853bd7b6
|
|
connectorSubtype: api
|
|
connectorType: source
|
|
definitionId: ef69ef6e-aa7f-4af1-a01d-ef775033524e
|
|
dockerImageTag: 2.1.5
|
|
dockerRepository: airbyte/source-github
|
|
documentationUrl: https://docs.airbyte.com/integrations/sources/github
|
|
erdUrl: https://dbdocs.io/airbyteio/source-github?view=relationships
|
|
githubIssueLabel: source-github
|
|
icon: github.svg
|
|
license: ELv2
|
|
maxSecondsBetweenMessages: 3600
|
|
name: GitHub
|
|
remoteRegistries:
|
|
pypi:
|
|
enabled: true
|
|
packageName: airbyte-source-github
|
|
registryOverrides:
|
|
cloud:
|
|
enabled: true
|
|
oss:
|
|
enabled: true
|
|
releaseStage: generally_available
|
|
releases:
|
|
breakingChanges:
|
|
2.0.0:
|
|
message: "This release renames reaction fields for compatibility across all destinations. The +1 and -1 fields have been renamed to plus_one and minus_one in streams containing reactions (comments, commit_comments, issue_events, issues, releases, review_comments). Users should refresh their source schema and reset affected streams after upgrading."
|
|
upgradeDeadline: "2025-11-21"
|
|
scopedImpact:
|
|
- scopeType: stream
|
|
impactedScopes:
|
|
- "comments"
|
|
- "commit_comments"
|
|
- "issue_events"
|
|
- "issues"
|
|
- "releases"
|
|
- "review_comments"
|
|
rolloutConfiguration:
|
|
enableProgressiveRollout: false
|
|
suggestedStreams:
|
|
streams:
|
|
- branches
|
|
- comments
|
|
- issues
|
|
- organizations
|
|
- pull_requests
|
|
- repositories
|
|
- stargazers
|
|
- tags
|
|
- teams
|
|
- users
|
|
supportLevel: certified
|
|
tags:
|
|
- language:python
|
|
- cdk:python
|
|
connectorTestSuitesOptions:
|
|
- suite: liveTests
|
|
testConnections:
|
|
- name: github_config_dev_null
|
|
id: 00d7a7eb-9922-4463-9d9d-fac37438bc12
|
|
- name: github_config_oauth_dev_null
|
|
id: 65c98c6e-c8e5-4ff4-a822-32b79d10468b
|
|
- suite: unitTests
|
|
- suite: acceptanceTests
|
|
testSecrets:
|
|
- name: SECRET_SOURCE-GITHUB_CREDS
|
|
fileName: config.json
|
|
secretStore:
|
|
type: GSM
|
|
alias: airbyte-connector-testing-secret-store
|
|
- name: SECRET_SOURCE-GITHUB_OAUTH_CREDS
|
|
fileName: config_oauth.json
|
|
secretStore:
|
|
type: GSM
|
|
alias: airbyte-connector-testing-secret-store
|
|
externalDocumentationUrls:
|
|
- title: Breaking changes
|
|
url: https://docs.github.com/en/rest/about-the-rest-api/breaking-changes
|
|
type: api_deprecations
|
|
- title: GitHub REST API reference
|
|
url: https://docs.github.com/en/rest
|
|
type: api_reference
|
|
- title: API Versions
|
|
url: https://docs.github.com/en/rest/about-the-rest-api/api-versions
|
|
type: api_release_history
|
|
- title: GitHub API changelog
|
|
url: https://github.blog/changelog/label/api/
|
|
type: api_release_history
|
|
- title: GitHub authentication
|
|
url: https://docs.github.com/en/rest/overview/authenticating-to-the-rest-api
|
|
type: authentication_guide
|
|
- title: GitHub REST API OpenAPI specification
|
|
url: https://github.com/github/rest-api-description
|
|
type: openapi_spec
|
|
- title: GitHub rate limits
|
|
url: https://docs.github.com/en/rest/overview/rate-limits-for-the-rest-api
|
|
type: rate_limits
|
|
- title: GitHub Status
|
|
url: https://www.githubstatus.com/
|
|
type: status_page
|
|
metadataSpecVersion: "1.0"
|