pixie icon indicating copy to clipboard operation
pixie copied to clipboard

PxL compiler shouldn't allow future start_time's

Open sync-by-unito[bot] opened this issue 3 years ago • 0 comments

The following code (with start_time == 1s) returns an empty table. Since we don't allow future start_times, we should error.

import px df = px.DataFrame(table='http_events', start_time='1s') px.display()

┆Issue is synchronized with this Jira Bug by Unito

sync-by-unito[bot] avatar Jul 12 '22 05:07 sync-by-unito[bot]