Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to recover a deleted dataset in BigQuery

Is there a way to recover a deleted BigQuery dataset with all the tables?

I understand that there is a recovery procedure for the tables, but what about the datasets?

like image 729
ddof Avatar asked Oct 19 '22 06:10

ddof


1 Answers

There is no recovery mechanism for datasets, which is why we make it difficult to delete datasets that have tables in them.

like image 66
Jordan Tigani Avatar answered Oct 22 '22 22:10

Jordan Tigani