Anaisdg
2
Hello @jonlula,
Please take a look at this thread:
Can output a dummy table by including something like:
array.from(rows: [{_time: now(), _value: "foo"}])
Alternatively, do you know what version of Flux you have?
You need * Flux 0.68.0+ for those functions
You can use:
import "runtime"
import "array"
array.from(rows: [{_value: "${runtime.version()}"}])