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 2d4693c commit 9e52217Copy full SHA for 9e52217
firestore-bigquery-export/scripts/import/src/index.ts
@@ -163,7 +163,7 @@ const run = async (): Promise<number> => {
163
164
let cursorPositionFile =
165
__dirname +
166
- `/from-${sourceCollectionPath}-to-${projectId}\:${datasetId}\:${rawChangeLogName}`;
+ `/from-${sourceCollectionPath}-to-${projectId}_${datasetId}_${rawChangeLogName}`;
167
if (await exists(cursorPositionFile)) {
168
let cursorDocumentId = (await read(cursorPositionFile)).toString();
169
cursor = await firebase
0 commit comments