This commit is contained in:
Austin 2025-02-13 09:02:29 -05:00
parent 13ba135a6c
commit 3e37dd44e2
2 changed files with 7 additions and 2 deletions

View File

@ -85,4 +85,7 @@ vars:
API_INTEGRATION: AWS_BLAST_API
EXTERNAL_FUNCTION_URI: 42gzudc5si.execute-api.us-east-1.amazonaws.com/prod/
#### STREAMLINE 2.0 END ####
#### STREAMLINE 2.0 END ####
### FSC_EVM
GLOBAL_PROD_DB_NAME: 'blast'

View File

@ -1,5 +1,7 @@
{% macro run_decoded_logs_history() %}
{% set blockchain = var('GLOBAL_PROD_DB_NAME','').lower() %}
{% set check_for_new_user_abis_query %}
select 1
from {{ ref('silver__user_verified_abis') }}
@ -17,7 +19,7 @@
SELECT
github_actions.workflow_dispatches(
'FlipsideCrypto',
'arbitrum-models',
'{{ blockchain }}' || '-models',
'dbt_run_streamline_decoded_logs_history.yml',
NULL
)