
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
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?
A
Repos
B
Jobs
C
Data Explorer
D
Databricks Filesystem
E
Dashboards
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.