The following code (with start_time == 1s) returns an empty table. Since we don't allow future start_times, we should error.
1s
import px df = px.DataFrame(table='http_events', start_time='1s') px.display()
┆Issue is synchronized with this Jira Bug by Unito