Introduction to Databricks Lakehouse
Gang Wang
Senior Data Scientist
$$
$$

$$

$$
$$
-- Grant read access to a schema
GRANT SELECT
ON SCHEMA production.sales
TO `analytics_team`;
-- Revoke table-level access
REVOKE SELECT
ON TABLE production.sales.customers
FROM `intern_group`;
$$
SELECT, MODIFY, CREATE on catalogs, schemas, or tablesWhere did this data come from?
$$

$$
$$
$$

$$
Introduction to Databricks Lakehouse