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
Currently to prevent repeated temporal tables when the databases are queried, an extra hash is appended to the table name. This means that even if the same file is queried within the same session a new table is created unnecessarily.
We should update the code to instead check for the existence of the table and create it if it does not exist already
The text was updated successfully, but these errors were encountered:
Currently to prevent repeated temporal tables when the databases are queried, an extra hash is appended to the table name. This means that even if the same file is queried within the same session a new table is created unnecessarily.
We should update the code to instead check for the existence of the table and create it if it does not exist already
The text was updated successfully, but these errors were encountered: