The data architect has decided that once data has been ingested from external sources into the
Databricks Lakehouse, table access controls will be leveraged to manage permissions for all production tables and views.
The following logic was executed to grant privileges for interactive queries on a production database to the core engineering group.
GRANT USAGE ON DATABASE prod TO eng;
GRANT SELECT ON DATABASE prod TO eng;
Assuming these are the only privileges that have been granted to the eng group and that these users are not workspace administrators, which statement describes their privileges?
sturcu
Highly Voted 1 year, 1 month agobenni_ale
Most Recent 2 weeks, 6 days agoCurious76
9 months agovctrhugo
9 months, 3 weeks agodivingbell17
10 months, 3 weeks agoaragorn_brego
1 year agoDileepvikram
1 year ago