We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9b816 commit c289f70Copy full SHA for c289f70
notebooks/generative_ai/bq_dataframes_llm_code_generation.ipynb
@@ -1093,7 +1093,7 @@
1093
"import uuid\n",
1094
"BUCKET_ID = \"code-samples-\" + str(uuid.uuid1())\n",
1095
"\n",
1096
- "!gsutil mb gs://{BUCKET_ID}"
+ "!gcloud storage buckets create gs://{BUCKET_ID}"
1097
]
1098
},
1099
{
@@ -1272,7 +1272,7 @@
1272
"outputs": [],
1273
"source": [
1274
"# # Delete the Google Cloud Storage bucket and files\n",
1275
- "# ! gsutil rm -r gs://{BUCKET_ID}\n",
+ "# ! gcloud storage rm gs://{BUCKET_ID} --recursive\n",
1276
"# print(f\"Deleted bucket '{BUCKET_ID}'.\")"
1277
1278
}
0 commit comments