datacatalog-tag-engine icon indicating copy to clipboard operation
datacatalog-tag-engine copied to clipboard

Tag Engine automates the process of creating, updating, deleting, and populating metadata in bulk with Google Cloud's Data Catalog. Tag Engine is licensed under the Apache 2 license terms. Please make...

Results 16 datacatalog-tag-engine issues
Sort by recently updated
recently updated
newest added

Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...

It is expecting a constants.SUCCESS type of returning for function apply_policy_tags, while it returns a string instead. Which caused the job running result always failed. This PR is for fixing...

Summary: This issue reports that dynamic tags are not being updated after the [`scheduled_auto_updates`](https://github.com/GoogleCloudPlatform/datacatalog-tag-engine/blob/b64520a4780e66e72215efd5cf530e3f87b61059/main.py#L3047) function is called, even though the next_run parameter has passed. The potential cause might be related...

It seems that the table name you want to tag and the table name of the DLP dataset need to be the same, when running [Sensitive Tag Column](https://github.com/GoogleCloudPlatform/datacatalog-tag-engine/blob/cloud-run/docs/ui_guide.md#sensitive_column). However, there...

I would like to create a Config with `Refresh Mode` set to `Auto` to achieve scheduled tag updates. However, there is no detailed explanation in the [`ui_guide.md`](https://github.com/GoogleCloudPlatform/datacatalog-tag-engine/blob/b64520a4780e66e72215efd5cf530e3f87b61059/docs/ui_guide.md#-dynamic-tag-table). I think I...

When executing [Sensitive Tag Column](https://github.com/GoogleCloudPlatform/datacatalog-tag-engine/blob/cloud-run/docs/ui_guide.md#sensitive_column), the job results in an error. The following error log is output. `Error occurred when tagging ~` Since the `apply_policy_tags` method returns `True`, comparing `True`...

This PR fixes https://github.com/GoogleCloudPlatform/datacatalog-tag-engine/issues/118 By default, tag engine works with the native firestore database called (default), proposed changes: - [x] Support firestore client with database parameter in JobManager, TaskManager, TagEngineStoreHandler......

By default, tag engine works with the native firestore database called (default). Be able to use a db with a different name

The Cloud Build deployment step, which creates two container images and saves them to artifact registry is failing because of a deprecated gcloud flag [cloud_run.tf#L85](https://github.com/GoogleCloudPlatform/datacatalog-tag-engine/blob/cloud-run/deploy/without_load_balancer/cloud_run.tf#L85): ``` ERROR: (gcloud.builds.submit) unrecognized │...

In order for Terraform to apply resources in the correct order, IAM configuration should use the direct attributes from the custom role definition. See `role` below: ``` resource "google_project_iam_binding" "BigQuerySchemaUpdate"...