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

[manager-components]: add fetchAll capabilities to Iceberg hooks #14947

Open
1 task done
tristanwagner opened this issue Jan 15, 2025 · 0 comments · May be fixed by #14946
Open
1 task done

[manager-components]: add fetchAll capabilities to Iceberg hooks #14947

tristanwagner opened this issue Jan 15, 2025 · 0 comments · May be fixed by #14946
Assignees
Labels
enhancement New feature or request

Comments

@tristanwagner
Copy link
Contributor

Have you already contact our help centre?

  • Yes, I have contact the help centre.

Describe the problem

When you are using Iceberg hooks, in some cases you will need to fetch all the available data, right now you can do it by yourself, but it would be useful to have a parameter that would trigger a fetch of all the available paginated data.

Describe the solution

Add an optional parameter to the hook, like shouldFetchAll if true, it will use the max size of page available and check if there's additional pages to fetch every time a page is retrieved in an useEffect hook.

Describe alternatives you've considered

No response

Additional context

No response

@tristanwagner tristanwagner added the enhancement New feature or request label Jan 15, 2025
@tristanwagner tristanwagner self-assigned this Jan 15, 2025
@tristanwagner tristanwagner linked a pull request Jan 15, 2025 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant