mirror of
https://github.com/FlipsideCrypto/boba-models.git
synced 2026-02-06 14:22:06 +00:00
Merge pull request #61 from FlipsideCrypto/DAT2-129/add-curation-boba
Add dex and bridge curation to Boba
This commit is contained in:
commit
79260d1775
22
.github/workflows/dbt_run_streamline_decoder_history.yml
vendored
Normal file
22
.github/workflows/dbt_run_streamline_decoder_history.yml
vendored
Normal 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
|
||||
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
packages:
|
||||
- git: https://github.com/FlipsideCrypto/fsc-evm.git
|
||||
revision: v4.34.0
|
||||
revision: v4.35.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user