Merge pull request #61 from FlipsideCrypto/DAT2-129/add-curation-boba

Add dex and bridge curation to Boba
This commit is contained in:
Sam 2025-11-12 22:27:16 +08:00 committed by GitHub
commit 79260d1775
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 34 additions and 1 deletions

View File

@ -0,0 +1,22 @@
name: dbt_run_streamline_decoder_history
run-name: dbt_run_streamline_decoder_history
on:
workflow_dispatch:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}
jobs:
called_workflow_template:
uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template.yml@main
with:
command_name: Run Decoder Complete
command: |
dbt run -m "fsc_evm,tag:streamline,tag:decoded_logs,tag:complete"
command_name_2: Run Streamline Decoder History
command_2: |
dbt run-operation fsc_evm.decoded_logs_history --vars '{"STREAMLINE_INVOKE_STREAMS":True}'
secrets: inherit

View File

@ -98,6 +98,12 @@ models:
+enabled: false
stats:
+enabled: true
defi:
+enabled: false
bridge:
+enabled: true
dex:
+enabled: true
chain_stats:
+enabled: true
balances_package:

View File

@ -44,6 +44,11 @@ sources:
schema: github_actions
tables:
- name: workflows
- name: external_gold_defillama
database: external
schema: defillama
tables:
- name: dim_chains
- name: abis_silver
database: "{{ target.database }}"
schema: silver

View File

@ -1,3 +1,3 @@
packages:
- git: https://github.com/FlipsideCrypto/fsc-evm.git
revision: v4.34.0
revision: v4.35.0