pool_yields_inc_fix (#66)

This commit is contained in:
Matt Romano 2024-06-03 10:12:30 -07:00 committed by GitHub
parent bd7e7893ae
commit 0f8a20e52e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,5 @@
{{ config(
materialized = 'incremental',
full_refresh = false,
unique_key = 'defillama_yield_id',
tags = ['defillama']
) }}
@ -101,6 +100,7 @@ SELECT
) }} AS defillama_yield_id,
SYSDATE() AS inserted_timestamp,
SYSDATE() AS modified_timestamp,
_inserted_timestamp,
'{{ invocation_id }}' AS _invocation_id
FROM
FINAL