v1.1.9
- A unique event identifier can be generated by using
make://identifier
function in a computed column. - An ingestion time stamp can be generated by using
make://timestamp
function in a computed column.
In order to use it, simply declare a computed column as such:
computed:
- name: ingested_at
func: "make://timestamp"
- name: id
func: "make://identifier"