added silver transfers to core schedule

This commit is contained in:
Mike Stepanovic 2025-01-14 12:12:42 -07:00
parent 60a1b2215b
commit 8228dedcee
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
incremental_strategy = 'merge',
merge_exclude_columns = ['inserted_timestamp'],
cluster_by = ['block_timestamp::DATE'],
tags = ['noncore', 'full_test']
tags = ['core', 'full_test']
) }}
WITH base AS (

View File

@ -5,7 +5,7 @@
incremental_strategy = 'merge',
merge_exclude_columns = ['inserted_timestamp'],
cluster_by = ['block_timestamp::DATE'],
tags = ['noncore', 'full_test']
tags = ['core', 'full_test']
) }}
WITH base AS (