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.
|
op_status = self.apply_policy_tags(table_id, policy_tag_requests) |
|
|
|
if op_status != constants.SUCCESS: |
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_tagsmethod returnsTrue, comparingTrueandconstants.SUCCESScauses this error.datacatalog-tag-engine/DataCatalogController.py
Lines 1031 to 1033 in b64520a