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

Scrape Sisense Users metadata #76

Closed ricardolsmendes closed 3 years ago

ricardolsmendes commented 3 years ago

- What I did Added the features that allow the Sisense Connector to scrape users' metadata.

- How I did it Added get_user() methods to the scrape.RESTAPIHelper and scrape.MetadataScraper classes, and their unit tests as well.

- How to verify it Run the unit tests.

- Description for the changelog Added the features that allow the Sisense Connector to scrape users' metadata.

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