-
Notifications
You must be signed in to change notification settings - Fork 852
Open
Labels
Status: PinnedA way to keep old or long lived issues aroundA way to keep old or long lived issues aroundStatus: Up for grabsIssues that are ready to be worked on by anyoneIssues that are ready to be worked on by anyoneType: FeatureNew feature or requestNew feature or requesthacktoberfestIssues for participation in HacktoberfestIssues for participation in Hacktoberfest
Description
Describe the need
Currently, the github_organization_team_sync_groups
data source fetches all groups (in fixed page sizes of 100). This causes performance issues if a large number of groups are synced into GitHub (we have about 3000 groups being pushed to GitHub, so the refresh of github_organization_team_sync_groups
takes 20+ seconds).
As a feature request, please expose the q
query parameter, to allow the data source to be scoped to a subset of all groups:
Filters the results to return only those that begin with the value specified by this parameter. For example, a value of ab will return results that begin with "ab".
For example,
data "github_organization_team_sync_groups" "filtered" {
q = "myprefix_"
}
SDK Version
No response
API Version
REST API 2022-11-28 (Enterprise Cloud)
Relevant log output
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
kaefferlein, h-rasi, tim-chaffin, korniii, laughedelic and 1 more
Metadata
Metadata
Assignees
Labels
Status: PinnedA way to keep old or long lived issues aroundA way to keep old or long lived issues aroundStatus: Up for grabsIssues that are ready to be worked on by anyoneIssues that are ready to be worked on by anyoneType: FeatureNew feature or requestNew feature or requesthacktoberfestIssues for participation in HacktoberfestIssues for participation in Hacktoberfest
Type
Projects
Status
✅ Done