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:ย 

Can we join streaming table and live table in delta live table

PK225
New Contributor III
 
1 ACCEPTED SOLUTION

Accepted Solutions

-werners-
Esteemed Contributor III

In theory yes, see this SO topic.

However, also mind the remarks given (watermarks etc).

View solution in original post

4 REPLIES 4

-werners-
Esteemed Contributor III

If you mean a stream-static join, yes that is possible:

https://learn.microsoft.com/en-us/azure/databricks/delta-live-tables/transform#--stream-static-joins

If not, what exactly do you mean?

PK225
New Contributor III

If we have one table from kafka source and another table is streaming table from external source. Can we join these two tables into single table?

-werners-
Esteemed Contributor III

In theory yes, see this SO topic.

However, also mind the remarks given (watermarks etc).

PK225
New Contributor III

Thanks for your response