datacatalog-tag-engine
datacatalog-tag-engine copied to clipboard
Job Status Error after applying policy tags
When executing Sensitive Tag 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
and constants.SUCCESS
causes this error.
https://github.com/GoogleCloudPlatform/datacatalog-tag-engine/blob/b64520a4780e66e72215efd5cf530e3f87b61059/DataCatalogController.py#L1031-L1033