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 JAQL query tags #93

Closed ricardolsmendes closed 3 years ago

ricardolsmendes commented 3 years ago

- What I did Added features that allow the Sisense Connector to create a Tag Template and Tags to store JAQL query metadata.

- How I did it Added DataCatalogTagTemplateFactory.make_tag_template_for_jaql() and DataCatalogTagFactory.__make_tag_for_jaql(), and their unit tests as well.

- How to verify it Run the unit tests.

- Description for the changelog Added features that allow the Sisense Connector to create a Tag Template and Tags to store JAQL query metadata.

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