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 Measures metadata #61

Closed ricardolsmendes closed 3 years ago

ricardolsmendes commented 3 years ago

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

- How I did it

  1. Added the EngineAPIMeasuresHelper class, which is very similar to EngineAPIDimensionsHelper.
  2. Added the get_measures() method to the EngineAPIScraper.
  3. Added the scrape_measures() methods 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 Measures (Master Items) metadata.