sonarqube_issues
Details about SonarQube issues
-
id
Primary key - Unique identifier of the row
-
source_key
string - Key of the issue in SonarQube
-
component
string - Component related to the issue
-
rule
string - Rule associated with the issue
-
severity
string - Severity of the issue
-
project_id
Foreign key - ID of the project to which the issue belongs
-
effort
string - Effort required to resolve the issue
-
debt
string - Debt associated with the issue
-
status
string - Status of the issue
-
issue_type
string - Type of the issue
-
clean_code_attribute_category
string - Category of clean code attributes
-
clean_code_attribute
string - Specific clean code attribute
-
created_at
date - Date when the issue was created
-
updated_at
date - Date when the issue was last updated
-
synced_at
date - Date when the issue was last synced.