Back to plugin list
github
Official
Premium

GitHub

The CloudQuery GitHub plugin extracts your GitHub API and loads it into any supported CloudQuery destination

Publisher

cloudquery

Latest version

v11.7.1

Type

Source

Platforms
Date Published

Price per 1M rows

Starting from $15

monthly free quota

1M rows

  • github_billing_action
  • github_billing_package
  • github_billing_storage
  • github_code_scanning_alerts
  • github_external_groups
  • github_hooks
    • github_hook_deliveries
  • github_installations
  • github_issues
    • github_issue_pullrequest_reviews
    • github_issue_timeline_events
  • github_organizations
    • github_organization_dependabot_alerts
    • github_organization_members
    • github_organization_dependabot_secrets
  • github_pull_requests
  • github_repositories
    • github_repository_dependabot_alerts
    • github_repository_branches
    • github_repository_collaborators
    • github_repository_custom_properties
    • github_repository_keys
    • github_releases
      • github_release_assets
    • github_repository_sboms
    • github_repository_dependabot_secrets
  • github_secret_scanning_alerts
  • github_teams
    • github_team_members
    • github_team_repositories
  • github_traffic_clones
  • github_traffic_paths
  • github_traffic_referrers
  • github_traffic_views
  • github_workflow_runs
    • github_workflow_run_usage
    • github_workflow_jobs
  • github_workflows

Github Issues

The github_issues table shows data for Github Issues.

Lists all issues in a repository, both open and closed. Pull requests are also included in the list of issues, and can be distinguished by the value in the is_pull_request column. This table can be used without the associated permissions if only public resources are requested. https://docs.github.com/rest/issues/issues#list-repository-issues

The composite primary key for this table is id, org, repository_id.

    This table requires the following permissions:
  • "Issues" repository permissions (read)

It supports incremental syncs based on the updated_at column.

Columns
NameType
active_lock_reasonutf8
assigneejson
assigneesjson
author_associationutf8
bodyutf8
closed_attimestamp[us, tz=UTC]
closed_byjson
commentsint64
comments_urlutf8
_cq_iduuid
_cq_parent_iduuid
created_attimestamp[us, tz=UTC]
draftbool
events_urlutf8
html_urlutf8
idint64
is_pull_requestbool
labelsjson
labels_urlutf8
lockedbool
milestonejson
node_idutf8
numberint64
orgutf8
pull_requestjson
reactionsjson
repository_idint64
repository_urlutf8
stateutf8
state_reasonutf8
text_matchesjson
titleutf8
updated_attimestamp[us, tz=UTC]
urlutf8
userjson
Relations

The following tables depend on "Github Issues":