Skip to content

Commit 985bc30

Browse files
evenbrennalaurenzlong
authored andcommitted
docs(firestore-bigquery-export) Capitalize "IMPORT" in example query (#119)
1 parent c044297 commit 985bc30

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
@@ -59,7 +59,7 @@ Run the import script using [`npx` (the Node Package Runner)](https://www.npmjs.
5959
```
6060
SELECT COUNT(*) FROM
6161
`${PROJECT_ID}.${COLLECTION_PATH}.${COLLECTION_PATH}_raw_changelog`
62-
WHERE operation = "import"
62+
WHERE operation = "IMPORT"
6363
```
6464
6565
The result set will contain the number of documents in your source collection.

0 commit comments

Comments
 (0)