mirror of
https://github.com/FlipsideCrypto/polygon-models.git
synced 2026-02-06 11:06:46 +00:00
* initial set up * macros and workflows * wh * observ exclusions * defi and nft tags * protocol tags * sl * refs * docs * package * package * 64 * curated tweaks * sources * v69 * v70
22 lines
651 B
YAML
22 lines
651 B
YAML
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@pre-release/v4-beta
|
|
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 |