Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve limit implementation on data_okta_groups #2217

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

exitcode0
Copy link
Contributor

We were previously only allowing for the use of a higher limit if the q parameter was used
This new implementation should allow the user to override the default page size when they need to
This should also improve the response time for queries that were seeking a small number of groups using the q parameter as the okta api returns results faster when the default page size is used

by passing the limit parameter in from the schema, the user has control
over when they would like to return a higher number of groups
@exitcode0 exitcode0 changed the title Improve limit implementation on data_source_okta_groups Improve limit implementation on data_okta_groups Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant