pk
Some checks failed
docs_update / run_dbt_jobs (push) Has been cancelled
docs_update / notify-failure (push) Has been cancelled
dbt_run_coin_info_backfill / run_dbt_jobs (push) Has been cancelled
dbt_run_incremental_non_core / run_dbt_jobs (push) Has been cancelled
dbt_run_streamline_realtime_tx / run_dbt_jobs (push) Has been cancelled
dbt_run_streamline_realtime / run_dbt_jobs (push) Has been cancelled
dbt_run_incremental_core / run_dbt_jobs (push) Has been cancelled
dbt_run_incremental_non_core / notify-failure (push) Has been cancelled
dbt_run_incremental_core / notify-failure (push) Has been cancelled

This commit is contained in:
Eric Laurello 2025-11-06 08:09:57 -05:00
parent 24f0dfa45c
commit 698acbf02d

View File

@ -78,7 +78,7 @@ SELECT
is_verified, is_verified,
FALSE FALSE
) AS token_is_verified, ) AS token_is_verified,
{{ dbt_utils.generate_surrogate_key(['complete_token_prices_id']) }} AS ez_prices_hourly_id, {{ dbt_utils.generate_surrogate_key(['token_address','hour']) }} AS ez_prices_hourly_id,
SYSDATE() AS inserted_timestamp, SYSDATE() AS inserted_timestamp,
SYSDATE() AS modified_timestamp SYSDATE() AS modified_timestamp
FROM FROM