mirror of
https://github.com/FlipsideCrypto/thorchain-models.git
synced 2026-02-06 16:16:44 +00:00
clean
This commit is contained in:
parent
0cf339f0c2
commit
ff74dabeb5
@ -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 (
|
||||
|
||||
@ -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 (
|
||||
|
||||
@ -17,7 +17,7 @@ SELECT
|
||||
FROM
|
||||
{{ source(
|
||||
'crosschain',
|
||||
'address_labels'
|
||||
'dim_labels'
|
||||
) }}
|
||||
WHERE
|
||||
blockchain = 'thorchain'
|
||||
|
||||
@ -56,4 +56,4 @@ sources:
|
||||
database: "{{ 'crosschain' if target.database == 'THORCHAIN' else 'crosschain_dev' }}"
|
||||
schema: core
|
||||
tables:
|
||||
- name: dim_address_labels
|
||||
- name: dim_labels
|
||||
|
||||
Loading…
Reference in New Issue
Block a user