Introduction to Databricks Lakehouse
Gang Wang
Senior Data Scientist
$$
Control plane - "The Front Desk"

$$
Data plane - "Your Hotel Room"

$$
$$

$$

$$

$$
$$
SELECT user_name, action_name,
event_time
FROM system.access.audit
WHERE action_name = 'clusterCreate'
ORDER BY event_time DESC
LIMIT 5;
$$
Introduction to Databricks Lakehouse