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

PK225
New Contributor III
 

-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).

View solution in original post

PK225
New Contributor III

Thanks for your response