github_copilot_user_metric_by_ides
Breakdown of GitHub Copilot user metrics by IDE.
-
id
Primary key - Unique identifier for the row
-
github_copilot_daily_usage_id
Foreign key - ID of the associated GitHub Copilot daily usage record
-
ide
string - Name of the IDE
-
user_initiated_interaction_count
number - Count of user-initiated interactions in this IDE
-
code_generation_activity_count
number - Count of code generation activities in this IDE
-
code_acceptance_activity_count
number - Count of code acceptance activities in this IDE
-
loc_suggested_to_add_sum
number - Total lines of code suggested to add in this IDE
-
loc_suggested_to_delete_sum
number - Total lines of code suggested to delete in this IDE
-
loc_added_sum
number - Total lines of code added in this IDE
-
loc_deleted_sum
number - Total lines of code deleted in this IDE
-
plugin
string - Last known Copilot plugin name for this IDE
-
plugin_version
string - Last known Copilot plugin version for this IDE
-
plugin_version_sampled_at
date - Timestamp when the Copilot plugin version was sampled
-
ide_version
string - Last known IDE version
-
ide_version_sampled_at
date - Timestamp when the IDE version was sampled