This commit is contained in:
Austin 2024-11-14 12:14:25 -05:00
parent 7a90ebcbff
commit 3b19919e50
6 changed files with 7 additions and 7 deletions

View File

@ -15,7 +15,7 @@ env:
PASSWORD: "${{ secrets.PASSWORD }}"
REGION: "${{ vars.REGION }}"
DATABASE: "${{ vars.DATABASE }}"
WAREHOUSE: BACKFILL
WAREHOUSE: "${{ vars.WAREHOUSE }}"
SCHEMA: "${{ vars.SCHEMA }}"
concurrency:

View File

@ -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: |

View File

@ -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"

View File

@ -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 * * *"
1 workflow_name workflow_schedule
7 dbt_test_monthly 6 7 28 * *
8 dbt_run_scheduled_abis 32 */12 * * *
9 dbt_run_streamline_decoded_logs_history 6 22 * * 6
10 dbt_run_scheduled_decoded_logs_history_user_abis 39 23 * * *
dbt_run_streamline_history */20 * * * *

View File

@ -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 ###

View File

@ -1,3 +1,3 @@
packages:
- git: https://github.com/FlipsideCrypto/fsc-evm.git
revision: v3.8.5
revision: AN-5487/remaining-core-models