This is a connector for Github using oAuth for authentication. It retrieves Pull Requests and Teams dataset
A quickstart script for oAuth authentication is available in toucan-connectors/quickstart/github/quickstart.py
name
: str, requiredauth_flow_id
: str
The auth_flow_id
will be used to identify tokens relative to this connector in the secrets database.
DATA_PROVIDERS: [
name: '<name>'
auth_flow_id: '<auth_flow_id>'
,
...
]
domain
: str, requireddataset
: GithubDataset, default to teamsorganization
: str, The organization which datasets will be extracted
DATA_SOURCES: [
domain: '<domain>'
dataset: '<dataset>'
organization: '<organization>'
,
...
]