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 Widgets metadata #88

Closed ricardolsmendes closed 3 years ago

ricardolsmendes commented 3 years ago

- What I did Added support for Sisense Widgets metadata scraping.

- How I did it Added 2 new methods and their unit tests:

  1. MetadataScraper.scrape_widgets()
  2. RESTAPIHelper.get_widgets()

- How to verify it Run the unit tests.

- Description for the changelog Added support for Sisense Widgets metadata scraping.

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