From 3b19919e50586309ad2c2a02b0964994a9dc7301 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 14 Nov 2024 12:14:25 -0500 Subject: [PATCH] updates --- .github/workflows/dbt_run_scheduled_decoded_logs.yml | 2 +- .github/workflows/dbt_run_scheduled_main.yml | 4 ++-- .github/workflows/dbt_run_streamline_history.yml | 2 +- data/github_actions__workflows.csv | 3 +-- dbt_project.yml | 1 + packages.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dbt_run_scheduled_decoded_logs.yml b/.github/workflows/dbt_run_scheduled_decoded_logs.yml index 3340d0e..9b5c274 100644 --- a/.github/workflows/dbt_run_scheduled_decoded_logs.yml +++ b/.github/workflows/dbt_run_scheduled_decoded_logs.yml @@ -15,7 +15,7 @@ env: PASSWORD: "${{ secrets.PASSWORD }}" REGION: "${{ vars.REGION }}" DATABASE: "${{ vars.DATABASE }}" - WAREHOUSE: BACKFILL + WAREHOUSE: "${{ vars.WAREHOUSE }}" SCHEMA: "${{ vars.SCHEMA }}" concurrency: diff --git a/.github/workflows/dbt_run_scheduled_main.yml b/.github/workflows/dbt_run_scheduled_main.yml index ded45bd..9bafeeb 100644 --- a/.github/workflows/dbt_run_scheduled_main.yml +++ b/.github/workflows/dbt_run_scheduled_main.yml @@ -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: | diff --git a/.github/workflows/dbt_run_streamline_history.yml b/.github/workflows/dbt_run_streamline_history.yml index 5631ec2..ece265c 100644 --- a/.github/workflows/dbt_run_streamline_history.yml +++ b/.github/workflows/dbt_run_streamline_history.yml @@ -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" diff --git a/data/github_actions__workflows.csv b/data/github_actions__workflows.csv index 851cff8..1afa12a 100644 --- a/data/github_actions__workflows.csv +++ b/data/github_actions__workflows.csv @@ -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 * * * *" \ No newline at end of file +dbt_run_scheduled_decoded_logs_history_user_abis,"39 23 * * *" \ No newline at end of file diff --git a/dbt_project.yml b/dbt_project.yml index 00d6922..903245b 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -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 ### diff --git a/packages.yml b/packages.yml index e0d0336..225b4bf 100644 --- a/packages.yml +++ b/packages.yml @@ -1,3 +1,3 @@ packages: - git: https://github.com/FlipsideCrypto/fsc-evm.git - revision: v3.8.5 + revision: AN-5487/remaining-core-models