@@ -25,19 +25,19 @@ func tableGitHubCommit() *plugin.Table {
2525 Name : "repository_full_name" ,
2626 Type : proto .ColumnType_STRING ,
2727 Transform : transform .FromField ("Description.RepositoryFullName" ),
28- Description : "" ,
28+ Description : "repository full name " ,
2929 },
3030 {
3131 Name : "organization" ,
3232 Type : proto .ColumnType_STRING ,
3333 Transform : transform .FromField ("Description.Organization" ),
34- Description : "" ,
34+ Description : "organization name " ,
3535 },
3636 {
3737 Name : "repository_name" ,
3838 Type : proto .ColumnType_STRING ,
3939 Transform : transform .FromField ("Description.RepositoryName" ),
40- Description : "" ,
40+ Description : "repository name " ,
4141 },
4242 {
4343 Name : "sha" ,
@@ -49,7 +49,7 @@ func tableGitHubCommit() *plugin.Table {
4949 Name : "node_id" ,
5050 Type : proto .ColumnType_STRING ,
5151 Transform : transform .FromField ("Description.NodeID" ),
52- Description : "" ,
52+ Description : "node id " ,
5353 },
5454 {
5555 Name : "commit_detail" ,
@@ -73,7 +73,7 @@ func tableGitHubCommit() *plugin.Table {
7373 Name : "comments_url" ,
7474 Type : proto .ColumnType_STRING ,
7575 Transform : transform .FromField ("Description.CommentsURL" ),
76- Description : "" ,
76+ Description : "comments url " ,
7777 },
7878 {
7979 Name : "author" ,
0 commit comments