We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A major point of delta tables is to enable timetravel queries. An example:
SELECT * FROM delta_scan(...) AS OF '2023-10-23 00:00:00'
This is currently missing.
Important reference: https://docs.databricks.com/en/delta/history.html#delta-time-travel-syntax
The text was updated successfully, but these errors were encountered:
good point! this is definitely on our todo list. Right now the delta kernel does not yet support this (at least not through the FFI)
Sorry, something went wrong.
No branches or pull requests
A major point of delta tables is to enable timetravel queries. An example:
This is currently missing.
Important reference:
https://docs.databricks.com/en/delta/history.html#delta-time-travel-syntax
The text was updated successfully, but these errors were encountered: