There are a few posts on this via the CLI, but not sure on the current state via the UI and with the new alpha UI coming.
Is there a way, within the 2 day delete grace period limit, to restore a deleted table using ONLY the BQ UI and standardSQL to query-and-save to essentially 'restore', not the GCP CLI? ie
select *
from deleted-table@timstamp
and then save the result in the UI to the original table name?
This strikes me as a much simpler way to do this given most of us spend our time in the BQ UI doing other BQ work anyway?
Thoughts?
Thanks