Hi Is there a way to capture processing timestamp...
# random
p
Hi Is there a way to capture processing timestamps , while using windowing
s
yes, you can use process window function, and it has context object using which you can get
current_processing_timestamp()
p
Yeah I figured out will need to used processwindow function