evm abi workflow changes (#138)

This commit is contained in:
Austin 2025-09-08 10:21:49 -04:00 committed by GitHub
parent f5435bf17c
commit f20421a590
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@ jobs:
dbt deps
- name: Run DBT Jobs
run: |
dbt run -m "sei_models,tag:noncore" models/bronze/bronze_api "sei_models,tag:curated" models/evm/bronze/api_udf/bronze_evm_api__contract_abis.sql --exclude models/bronze/bronze_api/bronze_api__get_seaswap_pools.sql
dbt run -m "sei_models,tag:noncore" models/bronze/bronze_api "sei_models,tag:curated" --exclude models/bronze/bronze_api/bronze_api__get_seaswap_pools.sql
notify-failure:
needs: [run_dbt_jobs]

View File

@ -43,7 +43,7 @@ jobs:
dbt deps
- name: Run DBT Jobs
run: |
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "sei_models,tag:streamline_core_evm_complete" "sei_models,tag:streamline_core_evm_realtime"
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "sei_models,tag:streamline_core_evm_complete" "sei_models,tag:streamline_core_evm_realtime" "sei_models,tag:complete_abis" "sei_models,tag:realtime_abis"
notify-failure:
needs: [run_dbt_jobs]

View File

@ -4,7 +4,7 @@
unique_key = 'complete_contract_abis_id',
cluster_by = 'partition_key',
post_hook = "ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION on equality(complete_contract_abis_id, contract_address)",
tags = ['noncore']
tags = ['complete_abis']
) }}
SELECT

View File

@ -1,6 +1,6 @@
{{ config (
materialized = "view",
tags = ['noncore']
tags = ['realtime_abis']
) }}
WITH recent_relevant_contracts AS (