This used to work in version 1.3.7, and I'm not sure if it was removed deliberately, or by accident (it was not mentioned in the [CHANGELOG] )(https://github.com/influxdata/influxdb/blob/master/CHANGELOG.md)
__System info:__ InfluxDB version 1.4.2,
__Steps to reproduce:__ Any query with offset in grouping by time set to now():
SELECT sum(amount) FROM payments WHERE time > now() - 2w AND time < now() GROUP BY time(1d, now())
__Expected behavior:__ Results grouped by days, offset to current time.
__Actual behavior:__ ERR: invalid time dimension offset: now()
Same here.
+1
This was not intentional. I'm sorry this took so long for me to see. I'll look into this so we can restore this functionality.
@jsternberg Any news on this issue ?
+1
This is being backported for 1.5.2. We will unfortunately not be backporting this to the 1.4.x series.
Backport PR is #9651.
Most helpful comment
This was not intentional. I'm sorry this took so long for me to see. I'll look into this so we can restore this functionality.