Skip to content

Commit 17d0567

Browse files
in query: IMPORT -> import
Co-Authored-By: Fred Zhang <fredzqm@google.com>
1 parent b17024b commit 17d0567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore-bigquery-export/guides/IMPORT_EXISTING_DOCUMENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This import script uses several values from your installation of the extension:
4444
```
4545
SELECT COUNT(*) FROM
4646
`${PROJECT_ID}.${COLLECTION_PATH}.${COLLECTION_PATH}_raw_changelog`
47-
WHERE operation = "IMPORT"
47+
WHERE operation = "import"
4848
```
4949
5050
The result set will contain the number of documents in your source collection.

0 commit comments

Comments
 (0)