File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
notebooks/load-csv-data-s3 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 170
170
"source" : [
171
171
" %%sql\n " ,
172
172
" CREATE PIPELINE SalesData_Pipeline AS\n " ,
173
- " LOAD DATA S3 's3://singlestoreloaddata/SalesData/sales_data .csv'\n " ,
173
+ " LOAD DATA S3 's3://singlestoreloaddata/SalesData/* .csv'\n " ,
174
174
" CONFIG '{ \\\" region\\\" : \\\" ap-south-1\\\" }'\n " ,
175
175
" /*\n " ,
176
176
" CREDENTIALS '{\" aws_access_key_id\" : \" <access key id>\" ,\n " ,
177
177
" \" aws_secret_access_key\" : \" <access_secret_key>\" }'\n " ,
178
178
" */\n " ,
179
179
" INTO TABLE SalesData\n " ,
180
180
" FIELDS TERMINATED BY ','\n " ,
181
- " LINES TERMINATED BY '\\ r \\ n'\n " ,
181
+ " LINES TERMINATED BY '\\ n'\n " ,
182
182
" IGNORE 1 lines;\n " ,
183
183
" \n " ,
184
184
" \n " ,
191
191
"id" : " a402a924-5e09-4213-88f6-2723b39ee2aa" ,
192
192
"metadata" : {},
193
193
"source" : [
194
- " ### It might take around 1 min to load data from S3 to SingleStore table "
194
+ " ### Data may take couple of seconds to load after pipeline is started, rerun cell to verify "
195
195
]
196
196
},
197
197
{
You can’t perform that action at this time.
0 commit comments