Skip to content

Conversation

@JamesVorder
Copy link

This PR adds support for Databricks' timstamp-based time travel. This is a first step toward resolvign #2006.

The following is now supported:

SELECT 1 FROM t1 TIMESTAMP AS OF '2018-10-18T22:15:12.013Z';
SELECT 1 FROM t1 TIMESTAMP AS OF CURRENT_TIMESTAMP() - INTERVAL 12 HOURS;
-- etc.

@iffyio
Copy link
Contributor

iffyio commented Dec 19, 2025

@JamesVorder could you take a look at the ci failure?

@JamesVorder JamesVorder requested a review from iffyio December 20, 2025 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants