Adding saver_e8 column

This commit is contained in:
Kellen Blumberg 2023-10-24 12:50:05 -07:00
parent 5b874b4e08
commit e71525f210
3 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,7 @@
SELECT
pool,
rune_e8,
saver_e8,
event_id,
block_timestamp,
__HEVO__DATABASE_NAME,

View File

@ -11,6 +11,7 @@ WITH base AS (
SELECT
pool_name,
rune_e8,
saver_e8,
event_id,
block_timestamp,
_INSERTED_TIMESTAMP
@ -40,6 +41,7 @@ SELECT
) AS dim_block_id,
pool_name,
rune_e8,
saver_e8,
A._INSERTED_TIMESTAMP,
'{{ env_var("DBT_CLOUD_RUN_ID", "manual") }}' AS _audit_run_id
FROM

View File

@ -5,6 +5,7 @@
SELECT
pool AS pool_name,
rune_e8,
saver_e8,
event_id,
block_timestamp,
DATEADD(