Introducere în Databricks Lakehouse
Gang Wang
Senior Data Scientist
$$
Planul de control - "Recepția"

$$
Planul de date - "Camera ta"

$$
$$

$$

$$

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