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 b17024b commit 17d0567Copy full SHA for 17d0567
firestore-bigquery-export/guides/IMPORT_EXISTING_DOCUMENTS.md
@@ -44,7 +44,7 @@ This import script uses several values from your installation of the extension:
44
```
45
SELECT COUNT(*) FROM
46
`${PROJECT_ID}.${COLLECTION_PATH}.${COLLECTION_PATH}_raw_changelog`
47
- WHERE operation = "IMPORT"
+ WHERE operation = "import"
48
49
50
The result set will contain the number of documents in your source collection.
0 commit comments