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

Add support for scraping Visualizations metadata #63

Closed ricardolsmendes closed 3 years ago

ricardolsmendes commented 3 years ago

- What I did Added support for scraping Visualizations (Master Items) metadata.

- How I did it

  1. Added the EngineAPIVisualizationsHelper class, which is very similar to EngineAPIDimensionsHelper.
  2. Added the get_visualizations() method to the EngineAPIScraper.
  3. Added the scrape_visualizations() method to the MetadataScraper.
  4. Added unit tests to cover all the changes listed above.

- How to verify it Run the unit tests.

- Description for the changelog Added support for scraping Visualizations (Master Items) metadata.