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 Folder metadata #79

Closed ricardolsmendes closed 3 years ago

ricardolsmendes commented 3 years ago

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

- How I did it Added the sync.MetadataSynchronizer and sisense.Sisense2DataCatalogCli classes, and their unit tests as well.

- 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 Folder metadata with Google Data Catalog.

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