Skip to content
New issue

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

Extend DuckDb SQL with timetravel syntax #109

Open
Ture2019 opened this issue Oct 23, 2024 · 1 comment
Open

Extend DuckDb SQL with timetravel syntax #109

Ture2019 opened this issue Oct 23, 2024 · 1 comment

Comments

@Ture2019
Copy link

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

@samansmink
Copy link
Collaborator

samansmink commented Oct 23, 2024

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)

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

No branches or pull requests

2 participants