You have an Azure Databricks workspace that is enabled for Unity Catalog and contains a catalog named Catalog 1. Catalog 1 contains a table named Transactions. Transactions contains the following columns:
• transaction_id
• customet_name
• email address
• credit_card_number
• transaction_amount
You need to ensure that business analysts can query all the tows in the Transactions table. The solution must meet the following requirements:
• Prevent the analysts from seeing the full values in the email_address and credit_catd_number columns.
• Ensure that the analysts can see only the values after the @ character in each email address.
• Ensure that the analysts can see only the last four digits of each credit card number.
• Enable the analysts to query the table without errors.
• Follow the principle of least privilege.
What should you do?
Submit