mirror of
https://github.com/FlipsideCrypto/core-models.git
synced 2026-02-06 17:06:43 +00:00
Merge pull request #67 from FlipsideCrypto/use/adjusted-decoded-params
v3.7.0
This commit is contained in:
commit
e36f7902fc
2
.github/workflows/dbt_run_scheduled_main.yml
vendored
2
.github/workflows/dbt_run_scheduled_main.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
- name: Update main models
|
||||
run: |
|
||||
dbt run -m "core_models,tag:core" "fsc_evm,tag:bronze_core" "fsc_evm,tag:silver_core" "fsc_evm,tag:gold_core" "fsc_evm,tag:silver_prices" "fsc_evm,tag:gold_prices" "fsc_evm,tag:silver_labels" "fsc_evm,tag:gold_labels" "fsc_evm,tag:bronze_abis" "fsc_evm,tag:silver_confirm_blocks"
|
||||
dbt run -m "fsc_evm,tag:bronze_core" "fsc_evm,tag:silver_core" "fsc_evm,tag:gold_core" "fsc_evm,tag:silver_prices" "fsc_evm,tag:gold_prices" "fsc_evm,tag:silver_labels" "fsc_evm,tag:gold_labels" "fsc_evm,tag:bronze_abis" "fsc_evm,tag:silver_confirm_blocks"
|
||||
|
||||
- name: Send new logs for decoding
|
||||
run: |
|
||||
|
||||
@ -46,4 +46,4 @@ jobs:
|
||||
|
||||
- name: Decode historical logs
|
||||
run: |
|
||||
dbt run-operation fsc_evm.decoded_logs_history --args '{"backfill_mode": true}' --vars '{"STREAMLINE_INVOKE_STREAMS":True}'
|
||||
dbt run-operation fsc_evm.decoded_logs_history --vars '{"STREAMLINE_INVOKE_STREAMS":True}'
|
||||
@ -1,3 +1,3 @@
|
||||
packages:
|
||||
- git: https://github.com/FlipsideCrypto/fsc-evm.git
|
||||
revision: v3.6.0
|
||||
revision: v3.7.0
|
||||
Loading…
Reference in New Issue
Block a user