Skip to content

Commit 1e49eb5

Browse files
authored
docs(firestore-bigquery-export): remove references to lifecycle backfill (#2315)
1 parent 9c661e6 commit 1e49eb5

File tree

5 files changed

+12
-18
lines changed

5 files changed

+12
-18
lines changed

firestore-bigquery-export/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## Version 0.1.59
2+
3+
docs - remove references to lifecycle backfill feature.
4+
15
## Version 0.1.58
26

3-
feat - move to Node.js 20 runtimes
7+
feat - move to Node.js 20 runtimes.
48

59
## Version 0.1.57
610

firestore-bigquery-export/POSTINSTALL.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,12 @@ For PowerShell script:
101101

102102
### _(Optional)_ Import existing documents
103103

104-
If you chose _not_ to automatically import existing documents when you installed this extension, you can backfill your BigQuery dataset with all the documents in your collection using the import script.
104+
You can backfill your BigQuery dataset with all the documents in your collection using the import script.
105105

106-
If you don't either enable automatic import or run the import script, the extension only exports the content of documents that are created or changed after installation.
106+
If you don't run the import script, the extension only exports the content of documents that are created or changed after installation.
107107

108108
The import script can read all existing documents in a Cloud Firestore collection and insert them into the raw changelog table created by this extension. The script adds a special changelog for each document with the operation of `IMPORT` and the timestamp of epoch. This is to ensure that any operation on an imported document supersedes the `IMPORT`.
109109

110-
**Warning:** Make sure to not run the import script if you enabled automatic backfill during the extension installation, as it might result in data loss.
111-
112110
**Important:** Run the import script over the entire collection _after_ installing this extension, otherwise all writes to your database during the import might be lost.
113111

114112
Learn more about using the import script to [backfill your existing collection](https://github.com/firebase/extensions/blob/master/firestore-bigquery-export/guides/IMPORT_EXISTING_DOCUMENTS.md).

firestore-bigquery-export/PREINSTALL.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,11 @@ Before installing this extension, you'll need to:
3737

3838
#### Import existing documents
3939

40-
There are two ways to import existing Firestore documents into BigQuery - the backfill feature and the import script.
41-
42-
To import documents that already exist at installation time into BigQuery, answer **Yes** when the installer asks "Import existing Firestore documents into BigQuery?" The extension will export existing documents as part of the installation and update processes.
43-
44-
Alternatively, you can run the external [import script](https://github.com/firebase/extensions/blob/master/firestore-bigquery-export/guides/IMPORT_EXISTING_DOCUMENTS.md) to backfill existing documents. If you plan to use this script, answer **No** when prompted to import existing documents.
40+
To import existing documents you can run the external [import script](https://github.com/firebase/extensions/blob/master/firestore-bigquery-export/guides/IMPORT_EXISTING_DOCUMENTS.md).
4541

4642
**Important:** Run the external import script over the entire collection _after_ installing this extension, otherwise all writes to your database during the import might be lost.
4743

48-
If you don't either enable automatic import or run the import script, the extension only exports the content of documents that are created or changed after installation.
44+
Without use of this import script, the extension only exports the content of documents that are created or changed after installation.
4945

5046
#### Transform function
5147

firestore-bigquery-export/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,11 @@ Before installing this extension, you'll need to:
4545

4646
#### Import existing documents
4747

48-
There are two ways to import existing Firestore documents into BigQuery - the backfill feature and the import script.
49-
50-
To import documents that already exist at installation time into BigQuery, answer **Yes** when the installer asks "Import existing Firestore documents into BigQuery?" The extension will export existing documents as part of the installation and update processes.
51-
52-
Alternatively, you can run the external [import script](https://github.com/firebase/extensions/blob/master/firestore-bigquery-export/guides/IMPORT_EXISTING_DOCUMENTS.md) to backfill existing documents. If you plan to use this script, answer **No** when prompted to import existing documents.
48+
To import existing documents you can run the external [import script](https://github.com/firebase/extensions/blob/master/firestore-bigquery-export/guides/IMPORT_EXISTING_DOCUMENTS.md).
5349

5450
**Important:** Run the external import script over the entire collection _after_ installing this extension, otherwise all writes to your database during the import might be lost.
5551

56-
If you don't either enable automatic import or run the import script, the extension only exports the content of documents that are created or changed after installation.
52+
Without use of this import script, the extension only exports the content of documents that are created or changed after installation.
5753

5854
#### Transform function
5955

firestore-bigquery-export/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name: firestore-bigquery-export
16-
version: 0.1.58
16+
version: 0.1.59
1717
specVersion: v1beta
1818

1919
displayName: Stream Firestore to BigQuery

0 commit comments

Comments
 (0)