Skip to content

Commit bc3a6bc

Browse files
committed
fix: fixed steampipe table for organization_collaborator
1 parent 0c0c90c commit bc3a6bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cloudql/github/table_github_organization_collaborator.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ func tableGitHubOrganizationCollaborator() *plugin.Table {
6969
List: &plugin.ListConfig{
7070
Hydrate: opengovernance.ListOrgCollaborators,
7171
},
72+
Get: &plugin.GetConfig{
73+
Hydrate: opengovernance.GetOrgCollaborators,
74+
KeyColumns: plugin.SingleColumn("user_id"),
75+
},
7276
Columns: commonColumns(gitHubOrganizationCollaborators()),
7377
}
7478
}

0 commit comments

Comments
 (0)