pull_request_reviews
-
id
Primary key - Unique ID for the row.
-
comment_count
number - The number of comments associated with the review
-
created
date - The date that the review was closed in the source system.
-
dx_user_id
Foreign key - The dx_users ID of the user that created the review.
-
external_id
Foreign key - The ID used by the source system.
-
external_url
string - The URL to the review details in the source system.
-
pull_request_id
Foreign key - The unique ID for the associated pull_request.
-
repo_id
Foreign key - The unique ID for the repo that owns the review
-
source
string - The name of the system that the review originated from.
-
source_table_id
Foreign key - The unique ID for the row in the source table that the review originated from.
-
source_table_pull_id
Foreign key - The unique ID for the row in the source specific pull/merge request table that the review relates to.
-
source_table_repo_id
Foreign key - The unique ID for the row in the source specific repository/project table that the review relates to.
-
time_since_request
number - Time difference in seconds between when the review was requested and submitted.
-
review_type
string - Type of the review
-
bot_authored
boolean - Boolean indicating if the user is a bot. Also known as "Machine User".