From 1ad41afcda97f10c3cba47d1ea32bceb3e1c5b95 Mon Sep 17 00:00:00 2001 From: Lawrence Babb Date: Mon, 30 Sep 2024 22:55:06 -0400 Subject: [PATCH] fixed init table error --- scripts/temporal-table-procs/initialize-tables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/temporal-table-procs/initialize-tables.sql b/scripts/temporal-table-procs/initialize-tables.sql index 71f50b8..a923cb8 100644 --- a/scripts/temporal-table-procs/initialize-tables.sql +++ b/scripts/temporal-table-procs/initialize-tables.sql @@ -475,7 +475,7 @@ CREATE OR REPLACE TABLE `clinvar_ingest.voi_scv` deleted_count INT64 ); -CREATE OR REPLACE TABLE `clinvar_ingest.voi_scv` +CREATE OR REPLACE TABLE `clinvar_ingest.voi_top_group_change` ( variation_id STRING, rpt_stmt_type STRING,