processingTime
- Stability:
stable - Since:
0.1.0
Reads the current data product processing timestamp from the execution context. The value is supplied by the runtime so replayed processing can remain deterministic.
- Qualified id:
com.dataspine.datetime.processingTime@1
processingTime(): Instant
Parameters
This function does not take any parameters.
Return value
The processing timestamp as an Instant.
Examples
Read processing time
let now = com.dataspine.datetime.processingTime()