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 Folder tags #78

Closed ricardolsmendes closed 3 years ago

ricardolsmendes commented 3 years ago

- What I did Added a feature that allows the Sisense Connector to prepare Data Catalog Tags for Folders.

- How I did it Added the prepare.DataCatalogTagTemplateFactory, prepare.DataCatalogTagFactory, and prepare.EntryRelationshipMapper classes, and their unit tests as well.

- How to verify it Run the unit tests.

- Description for the changelog Added a feature that allows the Sisense Connector to prepare Data Catalog Tags for Folders.

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