stream from specific time

Shay83
New Contributor II

Hello,

How should I start stream a delta table from specific point in time?

Lakshay
Databricks Employee
Databricks Employee

If you are streaming from a Delta table, you can specify the starting version or timestamp. You can refer the document for complete detail: https://docs.databricks.com/structured-streaming/delta-lake.html#specify-initial-position

View solution in original post