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 entries #77

Closed ricardolsmendes closed 3 years ago

ricardolsmendes commented 3 years ago

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

- How I did it Added the prepare.AssembledEntryFactory and prepare.DataCatalogEntryFactory classes, and their unit tests as well.

- How to verify it Run the unit tests.

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

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