This commit is contained in:
Eric Laurello 2023-08-31 13:02:21 -04:00
parent 0cf339f0c2
commit ff74dabeb5
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
unique_key = 'fact_unstake_events_id',
incremental_strategy = 'merge',
cluster_by = ['block_timestamp::DATE'],
enabled = FALSE
enabled = false
) }}
WITH base AS (

View File

@ -4,7 +4,7 @@
unique_key = 'fact_unstake_events_id',
incremental_strategy = 'merge',
cluster_by = ['block_timestamp::DATE'],
enabled = FALSE
enabled = false
) }}
WITH base AS (

View File

@ -17,7 +17,7 @@ SELECT
FROM
{{ source(
'crosschain',
'address_labels'
'dim_labels'
) }}
WHERE
blockchain = 'thorchain'

View File

@ -56,4 +56,4 @@ sources:
database: "{{ 'crosschain' if target.database == 'THORCHAIN' else 'crosschain_dev' }}"
schema: core
tables:
- name: dim_address_labels
- name: dim_labels