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
posta un anno fa41 visualizzazioni
Nessuna risposta

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande