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

Add support for ingesting Visualizations metadata #64

Closed ricardolsmendes closed 3 years ago

ricardolsmendes commented 3 years ago

- What I did Added support for ingesting Visualizations metadata.

- How I did it

  1. Added Visualization-related methods to the Qlik connector's Entry, Tag Template, and Tag factories.
  2. Added Visualization-related code to the Qlik connector's metadata synchronizer.
  3. Added unit tests to fully cover the above changes.
  4. Updated the cleanup script in order to delete the Tag Template identified by qlik_visualization_metadata.
  5. Added Master Items: Visualization to the assets list in the README.md file.

- How to verify it Run the unit tests and, preferably, the connector in an integrated environment.

- Description for the changelog Added support for ingesting Visualizations metadata.

Closes #34.