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

Prepare the Dashboard entries #81

Closed ricardolsmendes closed 3 years ago

ricardolsmendes commented 3 years ago

- What I did Added the feature that allows Sisense Connector to prepare Dashboard entries. The tags will be tackled in the next PR.

- How I did it Added the prepare.DataCatalogEntryFactory.make_entry_for_dashboard() method, and its unit tests.

- How to verify it Run the unit tests.

- Description for the changelog Added the feature that allows Sisense Connector to prepare Dashboard entries.

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