
Ultimate access to all questions.
A data engineer has created a Delta table as part of a data pipeline. Downstream data analysts now need SELECT permission on the Delta table.
Assuming the data engineer is the Delta table owner, which part of the Databricks Lakehouse Platform can the data engineer use to grant the data analysts the appropriate access?
Explanation:
Data Explorer provides the ability to manage and grant permissions on tables and other data objects in the Databricks workspace. As the owner of a Delta table, the data engineer can use Data Explorer to grant SELECT (and other) permissions to downstream analysts. Repos manages code, Jobs manages scheduled jobs, DBFS is a storage layer, and Dashboards provide visualizations but do not manage table permissions.