cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

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

3 REPLIES 3

Yeshwanth
Databricks Employee
Databricks Employee

Seems like we Cannot stream from Materialized View. 

Refer to this Documentation: https://docs.databricks.com/en/error-messages/error-classes.html#streaming_from_materialized_view

Lakshay
Databricks Employee
Databricks Employee

Streaming from Materialized view is not supported.

jose_gonzalez
Databricks Employee
Databricks Employee

You can use materialized views in serverless only

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group