From 667b31d222f8e3d2a53ae55b1043ff2b7b8d6925 Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Sun, 26 Mar 2023 23:08:16 +0100 Subject: [PATCH] Update macros.md --- docs/macros.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/macros.md b/docs/macros.md index 3d1b8cd..84ed085 100644 --- a/docs/macros.md +++ b/docs/macros.md @@ -42,7 +42,7 @@ A column (eg PROCESSED_DTTM) may be nominated to retain the current timestamp wh If the stage table has columns that are not in the base table, the extra columns are ignored. If the base table has columns that are not in the stage table, the process aborts. -There is also a locking mechanism to avoid conflict where multiple users (or jobs) are trying to load the same table at the same time. If the loader cannot get a lock, it will keep trying for a configurable amount of time, until it does. +There is also a [locking mechanism](/locking-mechanism/) to avoid conflict where multiple users (or jobs) are trying to load the same table at the same time. If the loader cannot get a lock, it will keep trying for a configurable amount of time, until it does. In the process of data discovery and comparing the hashes of the data values there are checks at every step of the way - the macro will abort if there are any WARNINGs or ERRORs or anything else awry. Some of these checks may be turned off for performance (eg the check for uniqueness of the business key in the staging table).