I am trying to log table refresh details in snowflake DWH Details include below Batch Date, Source Table Name, Target Table Name, rows loaded, timestamp, status, err.Message.
Is there any standard SQL\Snowflake stored procedure which can be useful as common one for entire DWH to trace\audit table refresh details and log them into single table.
I have the variables which captures Batchdate, target table name, source table name, etc... If I get standard stored procedure which can log start of the activity and end of the activity, that really helpful.
Regards, Srinivas