github_issues
Details about GitHub issues
-
id
Primary key - Unique identifier of the row
-
source_id
Foreign key - ID of the issue in GitHub
-
source_url
string - URL of the issue in GitHub
-
repository_id
Foreign key - ID of the repository to which the issue belongs
-
state
string - State of the issue (e.g., open, closed)
-
title
string - Title of the issue
-
number
number - Number of the issue within the repository
-
creator_id
Foreign key - ID of the user who created the issue
-
cycle_time
number - Cycle time for the issue in days
-
closed_at
date - Date when the issue was closed
-
created_at
date - Date when the issue was created
-
started_at
date - Date when work on the issue started
-
updated_at
date - Date when the issue was last updated