Bug Fix

Table truncation not applied before insert (V2 SQL Node) - V2 SQL Nodes with the`@truncateBefore` annotation were silently ignoring it, causing rows to be appended on every run instead of replacing the table's contents. This is now fixed and `@truncateBefore` works as expected.