mirror of
https://github.com/FlipsideCrypto/sei-models.git
synced 2026-02-06 10:58:58 +00:00
evm abi workflow changes (#138)
This commit is contained in:
parent
f5435bf17c
commit
f20421a590
2
.github/workflows/dbt_run_non_core.yml
vendored
2
.github/workflows/dbt_run_non_core.yml
vendored
@ -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]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{{ config (
|
||||
materialized = "view",
|
||||
tags = ['noncore']
|
||||
tags = ['realtime_abis']
|
||||
) }}
|
||||
|
||||
WITH recent_relevant_contracts AS (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user