LVS - Exist - Code 1
LVS - Exist - Code 1
+----------------------------------------------------------------------------------
--------------------------
-- Name | cpa_bq_migration
-- Description | Loads the final features required for model input
--
-- BSA |
-- Developer |
-- Created on | 2024-10-18
-- Location | pypl-edw/cpa/sql/cpa_bq_migration.sql
--
-- Input |
-- Parameters | run_date
-- Prev. set variables |
-- Tables, Views |
--
-- Output/Return code | Returns sql error code in case of a failure.
--
-- Updates History:
-- Date(yyyy-mm-dd) Modified by Comments
--
-----------------------------------------------------------------------------------
---------------------------------------------------
-- Handling error(s)
EXCEPTION WHEN ERROR THEN
RAISE USING MESSAGE = @@error.message;
-- End of procedural language
END;