Skip to content

Commit

Permalink
fixed <<email>>
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavaurora committed Oct 4, 2023
1 parent 5797cef commit aef8284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/pipelines-query-tuning/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
"outputs": [],
"source": [
"%%sql\n",
"RESTORE DATABASE employees AS employees_<<your modified email address here>>\n",
"RESTORE DATABASE employees AS employees_{{ modified_email_address }}\n",
" FROM S3 'train.memsql.com/employee'\n",
" CONFIG'{\"region\":\"us-east-1\"}'\n",
" CREDENTIALS'{}';"
Expand Down

0 comments on commit aef8284

Please sign in to comment.