File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ func Plugin(ctx context.Context) *plugin.Plugin {
3535 "github_organization_external_identity" : tableGitHubOrganizationExternalIdentity (),
3636 "github_organization_member" : tableGitHubOrganizationMember (),
3737 "github_organization_collaborator" : tableGitHubOrganizationCollaborator (),
38- "github_organization_team" : tableGitHubOrganizationTeam (),
39- "github_pull_request" : tableGitHubPullRequest (),
40- "github_pull_request_review" : tableGitHubPullRequestReview (),
38+ // "github_organization_team": tableGitHubOrganizationTeam(),
39+ "github_pull_request" : tableGitHubPullRequest (),
40+ "github_pull_request_review" : tableGitHubPullRequestReview (),
4141 //"github_rate_limit": tableGitHubRateLimit(),
4242 //"github_rate_limit_graphql": tableGitHubRateLimitGraphQL(),
4343 "github_release" : tableGitHubRelease (),
Original file line number Diff line number Diff line change 182182 "SteampipeTable" : " github_organization_member" ,
183183 "Model" : " OrgMembers"
184184 },
185- {
186- "ResourceName" : " Github/Organization/Team" ,
187- "Tags" : {
188- "category" : [
189- " Organization"
190- ]
191- },
192- "ListDescriber" : " DescribeByGithub(describers.GetOrganizationTeamList)" ,
193- "GetDescriber" : " " ,
194- "SteampipeTable" : " github_organization_team" ,
195- "Model" : " Team"
196- },
197185 {
198186 "ResourceName" : " Github/Organization/RoleAssignment" ,
199187 "Tags" : {
You can’t perform that action at this time.
0 commit comments