File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
firestore-bigquery-export/firestore-bigquery-change-tracker/src/bigquery Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ export class FirestoreBigQueryEventHistoryTracker implements FirestoreEventHisto
110
110
}
111
111
112
112
/**
113
- * Creates the raw change log table if it it doesn't exist already.
113
+ * Creates the raw change log table if it doesn't already exist .
114
114
* TODO: Validate that the BigQuery schema is correct if the table does exist,
115
115
*/
116
116
async initializeRawChangeLogTable ( ) {
@@ -135,8 +135,8 @@ export class FirestoreBigQueryEventHistoryTracker implements FirestoreEventHisto
135
135
} ;
136
136
137
137
/**
138
- * Creates a view over the raw change log table that returns only latest operation of
139
- * all existing documents in the exported collection .
138
+ * Creates the latest snapshot view, which returns only latest operations
139
+ * of all existing documents over the raw change log table .
140
140
*/
141
141
async initializeLatestView ( ) {
142
142
const dataset = this . bq . dataset ( this . config . datasetId ) ;
You can’t perform that action at this time.
0 commit comments