We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8efe7 commit 7054428Copy full SHA for 7054428
1 file changed
functions/sendgrid/index.js
@@ -329,7 +329,7 @@ exports.sendgridLoad = async event => {
329
autodetect: true,
330
sourceFormat: 'NEWLINE_DELIMITED_JSON',
331
};
332
- const [job] = await table.import(fileObj, metadata);
+ const [job] = await table.load(fileObj, metadata);
333
334
await job.promise();
335
console.log(`Job complete for ${file.name}`);
0 commit comments