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 c044297 commit 985bc30Copy full SHA for 985bc30
firestore-bigquery-export/guides/IMPORT_EXISTING_DOCUMENTS.md
@@ -59,7 +59,7 @@ Run the import script using [`npx` (the Node Package Runner)](https://www.npmjs.
59
```
60
SELECT COUNT(*) FROM
61
`${PROJECT_ID}.${COLLECTION_PATH}.${COLLECTION_PATH}_raw_changelog`
62
- WHERE operation = "import"
+ WHERE operation = "IMPORT"
63
64
65
The result set will contain the number of documents in your source collection.
0 commit comments