cloudera-labs / cdpy

A Simple Pythonic Client wrapper for Cloudera CDP CLI, designed for use with the Ansible framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid pageSize error

wmudge opened this issue · comments

self.DEFAULT_PAGE_SIZE = 200

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

Fixed by #16