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

Make column schema for filters #92

Closed ricardolsmendes closed 3 years ago

ricardolsmendes commented 3 years ago

- What I did Added features that allow the Sisense Connector to synchronize Dashboard and Widget filters as schema columns in Google Data Catalog.

- How I did it Added the __make_schema_for_dashboard() and __make_schema_for_widget() methods to the scrape.DataCatalogEntryFactory class.

- How to verify it Run the unit tests.

- Description for the changelog Added features that allow the Sisense Connector to synchronize Dashboard and Widget filters as schema columns in Google Data Catalog.

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