Open Ture2019 opened 1 month ago
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
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)
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