Skip to content

Commit c19d6cb

Browse files
committed
fix: remove user from organization_external_identity
1 parent bc3a6bc commit c19d6cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cloudql/github/table_github_organization_external_identity.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ func gitHubOrganizationExternalIdentityColumns() []*plugin.Column {
1515
Transform: transform.FromField("Description.Guid")},
1616
{Name: "user_login", Type: proto.ColumnType_STRING, Description: "The GitHub user login.",
1717
Transform: transform.FromField("Description.UserLogin")},
18-
{Name: "user", Type: proto.ColumnType_JSON, Description: "The GitHub user details.",
19-
Transform: transform.FromField("Description.User")},
2018
{Name: "user_id", Type: proto.ColumnType_INT, Description: "The GitHub user details.",
2119
Transform: transform.FromField("Description.UserID")},
2220
{Name: "saml_identity", Type: proto.ColumnType_JSON, Description: "The external SAML identity.",

0 commit comments

Comments
 (0)