You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the following three SQL commands, the paths are hard coded so that's causing the DLT to fail. We need to replace "/Volumes/main/odl_instructor_1306122_databrickslabs_com_retail/retail/events" with the dynamic path for each user.
CREATE STREAMING LIVE TABLE churn_app_events(...
CREATE STREAMING LIVE TABLE churn_orders_bronze(...
CREATE STREAMING LIVE TABLE churn_users_bronze(....
The text was updated successfully, but these errors were encountered:
In the following three SQL commands, the paths are hard coded so that's causing the DLT to fail. We need to replace "/Volumes/main/odl_instructor_1306122_databrickslabs_com_retail/retail/events" with the dynamic path for each user.
CREATE STREAMING LIVE TABLE churn_app_events(...
CREATE STREAMING LIVE TABLE churn_orders_bronze(...
CREATE STREAMING LIVE TABLE churn_users_bronze(....
The text was updated successfully, but these errors were encountered: