Over write manually created lf tags with glue detested pii

0

I have manually created an lake formation tag key :classification with tag value :non pii and associated to tag to table columns,here i want use glue. Job using detetect pii and custome code (boto 3 library)to over write the same lake formation tag key : classification with tag value : pii , pls clarify the same by using glue job can we over write detect pii with glue .

  • Yes, it is possible to use AWS Glue to overwrite the value of the "classification" tag in Lake Formation with the value "pii" using a custom Glue job.

    To do this, you will need to create a Glue job that uses the boto3 library to connect to Lake Formation and update the tag on the table columns. You can use the update_resource_tags method of the boto3 lakeformation client to update the tags on a resource in Lake Formation.

    You can use the update_resource_tags method in a Glue job to overwrite the value of the "classification" tag with "pii":

Krishna
已提問 1 年前檢視次數 41 次
沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南