diff --git a/snowflake/scripts/training_interface/R__006_LOAD_TRAINING_DATA_RAW_SP.sql b/snowflake/scripts/training_interface/R__006_LOAD_TRAINING_DATA_RAW_SP.sql index d4ea76a..f1bbc08 100644 --- a/snowflake/scripts/training_interface/R__006_LOAD_TRAINING_DATA_RAW_SP.sql +++ b/snowflake/scripts/training_interface/R__006_LOAD_TRAINING_DATA_RAW_SP.sql @@ -23,7 +23,7 @@ BEGIN call stg.log_audit(:procedure_name, 'Section 2', 99, 'START'); -- Recreating the training data table by calling the SP. This will replace the existing table with new column definitions - call STG.CREATE_TRAINING_DATA_TABLE() + call STG.CREATE_TRAINING_DATA_TABLE(); call stg.log_audit(:procedure_name, 'Section 2', 99, 'END');