Join Slack
Powered by
Hi Is there a way to capture processing timestamp...
# random
p
Prashant L
10/07/2023, 5:09 AM
Hi Is there a way to capture processing timestamps , while using windowing
s
Siddhesh Kalgaonkar
10/10/2023, 10:23 AM
yes, you can use process window function, and it has context object using which you can get
current_processing_timestamp()
p
Prashant L
10/10/2023, 11:41 AM
Yeah I figured out will need to used processwindow function
Open in Slack
Previous
Next