I am trying to create a streaming live table using the below syntax :
CREATE OR REFRESH STREAMING LIVE TABLE revenue_stream AS
(SELECT * FROM stream (finance_silver.finance_db.revenue))
And as I am trying to execute this notebook via DLT pipeline i am getting the below error :
Please help me debug