Streaming live table

Fnazar
New Contributor II

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 :

Fnazar_0-1706699205272.png

Please help me debug