-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Group by no longer supports now() as offset_interval #9142
Labels
Comments
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
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()
:Expected behavior: Results grouped by days, offset to current time.
Actual behavior:
ERR: invalid time dimension offset: now()
The text was updated successfully, but these errors were encountered: