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

Synchronize the Dashboard metadata #85

Closed ricardolsmendes closed 3 years ago

ricardolsmendes commented 3 years ago

- What I did Added features that allow the Sisense Connector to synchronize Dashboard metadata with Google Data Catalog.

- How I did it

  1. Added the below methods and their unit test as well:
    • prepare.AssembledEntryFacory.__make_assembled_entry_for_dashboard()
    • sync.MetadataSynchronizer.__scrape_dashboards()
  2. Performed minor refactorings to accommodate the changes.

- How to verify it Run the unit tests and, if possible, the connector in an integrated environment to check the results.

- Description for the changelog Added features that allow the Sisense Connector to synchronize Dashboard metadata with Google Data Catalog.

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