Introductie tot Databricks Lakehouse
Gang Wang
Senior Data Scientist
$$
Control plane - "De receptie"

$$
Data plane - "Je hotelkamer"

$$
$$

$$

$$

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