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
Some of the functions that use as_of can accept a timestamp instead of a commit hash in order to go utilize older versions. Make sure that that feature:
works with all as_of aware functions
Can identify the proper commit hash given a timestamp
works with functions that use the qualified hash method. I.e. dbName/<commit hash>.tableName
Also make sure all as_of functions can also accept aliases like 'HEAD' or 'HEAD~2'
The text was updated successfully, but these errors were encountered:
Some of the functions that use
as_of
can accept a timestamp instead of a commit hash in order to go utilize older versions. Make sure that that feature:dbName/<commit hash>.tableName
as_of
functions can also accept aliases like 'HEAD' or 'HEAD~2'The text was updated successfully, but these errors were encountered: