Feature Request: Option to adjust CURRENT_TIMESTAMP when using snapshots
#1242
ryanschneider
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When time travelling, it'd be great if we had the option to change the value of
CURRENT_TIMESTAMPandNOW()to the snapshot timestamp. This would allow "floating" queries likeWHERE order_date >= CURRENT_TIMESTAMP - INTERVAL '30 days'to "just work" as the snapshot was adjusted. Alternatively there could be a new function or keyword (e.g. reuseSNAPSHOT_TIME) with these semantics.All reactions