Skip to content

Commit 67dc4d9

Browse files
committed
Update correct stored procedure
1 parent adb0aca commit 67dc4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clinvar_ingest/cloud/bigquery/stored_procedures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"CALL `clinvar_ingest.dataset_preparation`({0});",
3232
"CALL `clinvar_ingest.temporal_data_collection`({0});",
3333
"CALL `clinvar_ingest.temporal_data_summation`();",
34-
"CALL `clinvar_ingest.variation_tracker`();",
34+
"CALL `clinvar_ingest.tracker_report_update`();",
3535
]
3636

3737

0 commit comments

Comments
 (0)