Databricks Lakehouse 입문
Gang Wang
Senior Data Scientist
$$
컨트롤 플레인 - "프런트 데스크"

$$
데이터 플레인 - "호텔 객실"

$$
$$

$$

$$

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