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 p
With standard SQL you can run SELECT * FROM deleted-table FOR SYSTEM TIME AS OF ...
which works like the @timestamp in legacy SQL. More details here https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax#for-system-time-as-of
You can set destination table in the query options in UI.