Workday_ccp: Change page size value and make it changable in
Open
Codeless Connector Framework (CCF) Connector
Connector
- Dominant language
- Python
- Stars
- 6.1k
- Forks
- 3.8k
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 125
Description
**Is your feature request related to a problem? Please describe.**
The workday connector is generating a lot of queries to our workday instance. This result from the amount of events getting back per batch/page.
**Describe the solution you'd like**
Change the page this to a higher value, e.g. 500 or better, make it variable and configurable in the connector
**Describe alternatives you've considered**
No alternative
**Additional context**
Pagesize is currently hardcoded to 100. The workday api allows up to 1000. If it is a configurable value, everyone would be happy.
Contributor guide
Assessment
This issue has not been assessed yet.