mirror of
https://github.com/FlipsideCrypto/mantle-models.git
synced 2026-02-06 13:56:50 +00:00
updates
This commit is contained in:
parent
7a90ebcbff
commit
3b19919e50
@ -15,7 +15,7 @@ env:
|
||||
PASSWORD: "${{ secrets.PASSWORD }}"
|
||||
REGION: "${{ vars.REGION }}"
|
||||
DATABASE: "${{ vars.DATABASE }}"
|
||||
WAREHOUSE: BACKFILL
|
||||
WAREHOUSE: "${{ vars.WAREHOUSE }}"
|
||||
SCHEMA: "${{ vars.SCHEMA }}"
|
||||
|
||||
concurrency:
|
||||
|
||||
4
.github/workflows/dbt_run_scheduled_main.yml
vendored
4
.github/workflows/dbt_run_scheduled_main.yml
vendored
@ -15,7 +15,7 @@ env:
|
||||
PASSWORD: "${{ secrets.PASSWORD }}"
|
||||
REGION: "${{ vars.REGION }}"
|
||||
DATABASE: "${{ vars.DATABASE }}"
|
||||
WAREHOUSE: BACKFILL
|
||||
WAREHOUSE: "${{ vars.WAREHOUSE }}"
|
||||
SCHEMA: "${{ vars.SCHEMA }}"
|
||||
|
||||
concurrency:
|
||||
@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
- name: Run Main Models
|
||||
run: |
|
||||
dbt run -m "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: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" "fsc_evm,tag:nft_core"
|
||||
|
||||
- name: Send new logs for decoding
|
||||
run: |
|
||||
|
||||
@ -42,4 +42,4 @@ jobs:
|
||||
|
||||
- name: Run History Models
|
||||
run: |
|
||||
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "fsc_evm,tag:streamline_core_complete" main_package.core.streamline.history.streamline__traces_history "fsc_evm,tag:streamline_core_complete_confirm_blocks" "fsc_evm,tag:streamline_core_history_confirm_blocks"
|
||||
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "fsc_evm,tag:streamline_core_history_confirm_blocks" "fsc_evm,tag:streamline_core_complete_confirm_blocks" "fsc_evm,tag:streamline_core_complete" "fsc_evm,tag:streamline_core_history"
|
||||
|
||||
@ -7,5 +7,4 @@ dbt_test_daily,"23 8 * * *"
|
||||
dbt_test_monthly,"6 7 28 * *"
|
||||
dbt_run_scheduled_abis,"32 */12 * * *"
|
||||
dbt_run_streamline_decoded_logs_history,"6 22 * * 6"
|
||||
dbt_run_scheduled_decoded_logs_history_user_abis,"39 23 * * *"
|
||||
dbt_run_streamline_history,"*/20 * * * *"
|
||||
dbt_run_scheduled_decoded_logs_history_user_abis,"39 23 * * *"
|
||||
|
@ -139,6 +139,7 @@ vars:
|
||||
GLOBAL_USES_SOURCE_HASH: True
|
||||
GLOBAL_USES_L1_COLUMNS: True
|
||||
GLOBAL_START_UP_BLOCK: 71000000
|
||||
GLOBAL_WRAPPED_ASSET_ADDRESS: '0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8'
|
||||
|
||||
### GLOBAL VARIABLES END ###
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
packages:
|
||||
- git: https://github.com/FlipsideCrypto/fsc-evm.git
|
||||
revision: v3.8.5
|
||||
revision: AN-5487/remaining-core-models
|
||||
|
||||
Loading…
Reference in New Issue
Block a user