From d2672e9496972c6587c2e40e6e9f2f699a169d66 Mon Sep 17 00:00:00 2001 From: Austin Date: Tue, 8 Oct 2024 20:24:22 -0400 Subject: [PATCH] updates --- dbt_project.yml | 9 +++++++++ models/sources.yml | 8 +++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/dbt_project.yml b/dbt_project.yml index 1a12962..2420176 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -117,6 +117,15 @@ vars: TRACES_FULL_RELOAD_START_BLOCK: 20000000 ### default is 0 (move comment to wiki) + ### PRICES ### + PRICES_SYMBOLS: 'CORE' ### REQUIRED + PRICES_PLATFORMS: 'Core' ### REQUIRED + # PRICES_BLOCKCHAINS: ### OPTIONAL (defaults to 'GLOBAL_PROD_DB_NAME') + # PRICES_TOKEN_ADDRESSES: ### OPTIONAL + + ### LABELS ### + # LABELS_BLOCKCHAINS: ### OPTIONAL (defaults to 'GLOBAL_PROD_DB_NAME') + ### CORE MODEL PARAMETERS END ### #### FSC_EVM END #### diff --git a/models/sources.yml b/models/sources.yml index 9154181..a79178a 100644 --- a/models/sources.yml +++ b/models/sources.yml @@ -22,4 +22,10 @@ sources: database: "{{ 'crosschain' if target.database.upper() == var('GLOBAL_PROD_DB_NAME').upper() else 'crosschain_dev' }}" schema: silver tables: - - name: labels_combined \ No newline at end of file + - name: labels_combined + - name: complete_provider_asset_metadata + - name: complete_native_asset_metadata + - name: complete_native_prices + - name: complete_provider_prices + - name: complete_token_asset_metadata + - name: complete_token_prices \ No newline at end of file