Skip to content

v1.1.9

Compare
Choose a tag to compare
@kelindar kelindar released this 30 Apr 11:35
· 73 commits to master since this release
3efa207
  • 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"