mirror of
https://github.com/FlipsideCrypto/arbitrum-models.git
synced 2026-02-06 13:56:56 +00:00
* models - streamline - core , decoder * delete bronze subfolders * models - docs, gh * silver - observablity, core, abis, prices, stats, nft transfers * gold - stats, price, core, nft transfers * sources * tests, dbt project, packages, makefile, python folder, slack notify yml * macros, and empty folders * remove base * update for fsc-evm changes - package, makefile, sources, dbt_project, workflows, docs * gold tags * silver bridge tags * dex tags * lending tags * nft tags * protocol tags * temp package * docs * wh * 48 --------- Co-authored-by: sam <sam@flipsidecrypto.com>
19 lines
517 B
YAML
19 lines
517 B
YAML
name: dbt_run_scheduled_decoder
|
|
run-name: dbt_run_scheduled_decoder
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
branches:
|
|
- "main"
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}
|
|
|
|
jobs:
|
|
called_workflow_template:
|
|
uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template.yml@pre-release/v4-beta
|
|
with:
|
|
command_name: Run Decoder Models
|
|
command: |
|
|
dbt run -m "fsc_evm,tag:bronze,tag:decoded_logs" "fsc_evm,tag:silver,tag:decoded_logs" "fsc_evm,tag:gold,tag:decoded_logs"
|
|
secrets: inherit |