Skip to content

compute: support date subfields in output

Administrator requested to merge rvt/compute-date into main

Created by: rvantonder

Lets you substitute for date.month, $date.year, $date.day. This allows group-by behavior in simple clients (like the one in our Notebook) without having to implement explicit group-by operations.

Screen Shot 2022-08-01 at 8 08 12 PM

There's a cleaner path to doing substitution without using Go templates, that I'll update later.

Test plan

Adds test.

Merge request reports

Loading