github_copilot_user_metric_by_features
Breakdown of GitHub Copilot user metrics by feature
-
id
Primary key - Unique identifier for the row
-
github_copilot_daily_usage_id
Foreign key - ID of the associated GitHub Copilot daily usage record
-
feature
string - Name of the Copilot feature
-
user_initiated_interaction_count
number - Count of user-initiated interactions for this feature
-
code_generation_activity_count
number - Count of code generation activities for this feature
-
code_acceptance_activity_count
number - Count of code acceptance activities for this feature
-
loc_suggested_to_add_sum
number - Total lines of code suggested to add for this feature
-
loc_suggested_to_delete_sum
number - Total lines of code suggested to delete for this feature
-
loc_added_sum
number - Total lines of code added for this feature
-
loc_deleted_sum
number - Total lines of code deleted for this feature