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
parse now and duration in start and end time (#494)
Allow user to specify now and duration in `endTime` and `startTime`
fields instead of giving concrete timestamps.
Note that this only affects the time range for internal file lookups
and does not guarantee restriction exact timeframe for p_timestamp
for the query.
In that case user is expected to pass in where
p_timestamp < now() and p_timestamp > (now() - interval '10 minute')
Fixes#490
0 commit comments