Merge pull request #32 from FlipsideCrypto/fix-dim-programs

updated unique key in dim_programs
This commit is contained in:
Mike Stepanovic 2025-07-25 10:18:05 -06:00 committed by GitHub
commit a71ecf55dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ WITH base AS (
program,
verifying_keys,
{{ dbt_utils.generate_surrogate_key(
['program_id']
['program_id', 'edition']
) }} AS dim_program_id,
SYSDATE() AS insert_timestamp,
SYSDATE() AS modified_timestamp,