GoogleCloudPlatform / datacatalog-connectors-bi

Sample code with integration between Data Catalog and BI data sources.
Apache License 2.0
32 stars 16 forks source link

Handle pagination in the Sisense API calls #75

Closed ricardolsmendes closed 3 years ago

ricardolsmendes commented 3 years ago

- What I did Added logic to handle pagination in the Sisense API calls.

- How I did it

  1. Added the __get_using_pagination() to the RESTAPIHelper class.
  2. Changed get_all_folders() to call the new method.
  3. Added unit tests.

- How to verify it Run the unit tests.

- Description for the changelog Added logic to handle pagination in the Sisense API calls.

PS: This PR is part of the effort to implement #70.