address labels

This commit is contained in:
Eric Laurello 2023-08-31 10:36:51 -04:00
parent cb3218217a
commit 7afa875657
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -6,9 +6,8 @@ sources:
schema: core
tables:
- name: dim_date_hours
- name: address_tags
- name: dim_dates
- name: address_labels
- name: dim_address_labels
- name: lq
database: "{{ 'SEI_TESTNET' if target.database == 'SEI_TESTNET' else 'SEI' }}"
schema: bronze