79202173

Date: 2024-11-19 05:31:33
Score: 1
Natty:
Report link

If it is possible for the initial load of model dest_pos to be empty, and the issue is that {{ this }} will be empty as as a result, you can always set a default value for max(load_timestamp) if it can return null.

where load_timestamp > (select nvl(max(load_timestamp),'1900-01-01') from {{ this }})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Phil Baines