Does DLT Support watermarking and Windowing ?

youssefmrini
Databricks Employee
Databricks Employee

Yes it does.

Here is the syntaxe for Watermarkinghttps://docs.databricks.com/sql/language-manual/sql-ref-syntax-qry-select-watermark.html

Here it the syntaxe for Windowing https://docs.databricks.com/sql/language-manual/sql-ref-window-functions.html

Anonymous
Not applicable

Thanks for sharing.