You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
Bug Report
$__timeFilter(timestamp) no longer works in v7.3.3
Expected Behavior
The where statement should reference the selected time picker period (ie last 1 hour etc.)
timestamp
BETWEEN TIMESTAMP_MILLIS ({timestamp_in_miliseconds_1_hour_ago}) AND TIMESTAMP_MILLIS ({timestamp_in_milliseconds_now})Actual Behavior
The between start and end values are always the same like:
timestamp
BETWEEN TIMESTAMP_MILLIS (1606071745741) AND TIMESTAMP_MILLIS (1606075345741)Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: