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 813260d commit 5439648Copy full SHA for 5439648
firestore-bigquery-export/functions/lib/logs.js
@@ -90,7 +90,7 @@ exports.bigQueryViewValidating = (viewName) => {
90
console.log(`Validating existing BigQuery view: ${viewName}`);
91
};
92
exports.complete = () => {
93
- console.log("Completed execution of the extension");
+ console.log("Completed execution of extension");
94
95
exports.dataInserted = (rowCount) => {
96
console.log(`Inserted ${rowCount} row(s) of data into BigQuery`);
0 commit comments