You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Hi folks, we would love to be able to parse SQL statements that use time travel queries. Currently, trying to parse these results in an error.
Describe the solution you'd like
It would be great if exp.Table had a version/timestamp arg key. For example, for the query:
SELECT*FROMexample.testdb.customer_orders FOR VERSION AS OF 8954597067493422955
Describe alternatives you've considered
Currently, we are using regular expressions to find text matching time travel syntax and appending the version to the table name so that it can be parsed:
Is your feature request related to a problem? Please describe.
Hi folks, we would love to be able to parse SQL statements that use time travel queries. Currently, trying to parse these results in an error.
Describe the solution you'd like
It would be great if
exp.Table
had aversion
/timestamp
arg key. For example, for the query:A syntax similar to:
And for the query:
A syntax similar to:
Describe alternatives you've considered
Currently, we are using regular expressions to find text matching time travel syntax and appending the version to the table name so that it can be parsed:
Additional context
The text was updated successfully, but these errors were encountered: