diff --git a/firestore-bigquery-export/scripts/gen-schema-view/src/schema/index.ts b/firestore-bigquery-export/scripts/gen-schema-view/src/schema/index.ts index c2acc9e68..dd10cc20b 100644 --- a/firestore-bigquery-export/scripts/gen-schema-view/src/schema/index.ts +++ b/firestore-bigquery-export/scripts/gen-schema-view/src/schema/index.ts @@ -14,7 +14,6 @@ * limitations under the License. */ -// TODO: collection name vs table name prefix split them up, they're different. import { RawChangelogViewSchema } from "@firebaseextensions/firestore-bigquery-change-tracker"; import * as bigquery from "@google-cloud/bigquery";