QuestionQ72

Securing Data

A data analyst is working with Databricks Unity Catalog. The datasets are tagged by sensitivity, and confidential data uses the tag key confidential. The analyst must quickly locate all tables tagged as confidential in the Databricks workspace search bar to review their access permissions.

Which search-key text should the data analyst enter to locate these tables?

  • A confidential:true
  • B tag=confidential
  • C tag:confidential
  • D search tag = ‘confidential’
Explanation

Databricks workspace search uses the syntax tag:<tag_key> to search by a tag key alone. Therefore, tables assigned the confidential tag key are found with tag:confidential.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!