Skip to content

Commit d27d24e

Browse files
committed
Improve documentation and formatting in restore_data notebook
1 parent 084d58f commit d27d24e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

workspace/restore_data.ipynb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
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
{
@@ -37,9 +38,10 @@
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
{

0 commit comments

Comments
 (0)