File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "metadata" : {},
88 "outputs" : [],
99 "source" : [
10+ " \"\"\" Utilities for restoring deleted BigQuery datasets and tables.\"\"\"\n " ,
1011 " from google.cloud import bigquery\n " ,
11- " client = bigquery.Client()"
12+ " client = bigquery.Client()\n "
1213 ]
1314 },
1415 {
3738 },
3839 "outputs" : [],
3940 "source" : [
40- " # [Restore deleted table](https://docs.cloud.google.com/bigquery/docs/restore-deleted-tables#restore_a_table)\n " ,
41+ " # [Restore deleted table]\n " ,
42+ " # https://docs.cloud.google.com/bigquery/docs/restore-deleted-tables#restore_a_table\n " ,
4143 " !date -d '2025-08-04 16:00:00.000000Z' +%s000\n " ,
42- " !bq cp httparchive.crawl.pages@1759670400000 httparchive.crawl_staging.pages_restored_20250804"
44+ " !bq cp httparchive.crawl.pages@1759670400000 httparchive.crawl_staging.pages_restored_20250804\n "
4345 ]
4446 },
4547 {
You can’t perform that action at this time.
0 commit comments