Skip to content

Commit

Permalink
Update notebook.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 authored Oct 8, 2024
1 parent 2198a73 commit b7b55f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/load-data-json/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"source": [
"%%sql\n",
"\n",
"#creating table for sample data\n",
"# Creating table for sample data\n",
"\n",
"CREATE TABLE IF NOT EXISTS employeeData (\n",
" userId text CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,\n",
Expand Down Expand Up @@ -175,7 +175,7 @@
"source": [
"%%sql\n",
"\n",
"#creating pipeline for sample data\n",
"# Creating pipeline for sample data\n",
"\n",
"CREATE PIPELINE IF NOT EXISTS employeeData AS\n",
"LOAD DATA S3 'singlestoreloaddata/employeedata/*.json'\n",
Expand Down

0 comments on commit b7b55f9

Please sign in to comment.