cloudera-labs / cdpy

A Simple Pythonic Client wrapper for Cloudera CDP CLI, designed for use with the Ansible framework
Apache License 2.0
10 stars 22 forks source link

Invalid pageSize error #10

Closed wmudge closed 3 years ago

wmudge commented 3 years ago

https://github.com/cloudera-labs/cdpy/blob/f8a6aad49a57577996a4ff98e97b4cf6a3ec3056/src/cdpy/common.py#L117

When using cloudera.cloud.iam_group, this threw an Invalid range for parameter pageSize, value: 200, valid range: 1-100 error.

Chaffelson commented 3 years ago

Fixed by #16