Merge pull request #493 from FlipsideCrypto/quickfix-dupe-error
Some checks failed
docs_update / docs_update (push) Has been cancelled
docs_update / notify-failure (push) Has been cancelled
dbt_run_streamline_non_core_weekly / run_dbt_jobs (push) Has been cancelled
dbt_run_streamline_non_core_weekly / notify-failure (push) Has been cancelled
dbt_run_dev_refresh / run_dbt_jobs (push) Has been cancelled
dbt_run_dev_refresh / notify-failure (push) Has been cancelled
dbt_test_scheduled / run_dbt_jobs (push) Has been cancelled
dbt_run_observability / run_dbt_jobs (push) Has been cancelled
dbt_run_streamline_blocks_realtime / run_dbt_jobs (push) Has been cancelled
dbt_run_streamline_chunks_realtime / run_dbt_jobs (push) Has been cancelled
dbt_run_observability / notify-failure (push) Has been cancelled
dbt_run_streamline_blocks_realtime / notify-failure (push) Has been cancelled
dbt_run_streamline_chunks_realtime / notify-failure (push) Has been cancelled

add token_contract_address to pk
This commit is contained in:
Jack Forgash 2025-08-02 09:29:10 -04:00 committed by GitHub
commit f5065f7313
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,7 +110,7 @@ SELECT
token_contract_address,
_partition_by_block_number,
{{ dbt_utils.generate_surrogate_key(
['receipt_id', 'action_index']
['receipt_id', 'action_index', 'token_contract_address']
) }} AS burrow_repays_id,
SYSDATE() AS inserted_timestamp,
SYSDATE() AS modified_timestamp,