incremental

This commit is contained in:
Austin 2024-09-25 11:25:52 -04:00
parent 040f380a91
commit 2bd621a7f2

View File

@ -65,8 +65,11 @@ user_abis AS (
{% if is_incremental() %}
AND _inserted_timestamp >= (
SELECT
MAX(
_inserted_timestamp
COALESCE(
MAX(
_inserted_timestamp
),
'1970-01-01'
)
FROM
{{ this }}