add tx_from, tx_to, tx_index and block_date to erc20,721,1155 crosschain tables #2749
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: DBT Daily Spellbook run | |
on: | |
workflow_dispatch: | |
pull_request: | |
paths: | |
- dbt_subprojects/daily_spellbook/** | |
- dbt_macros/shared/** | |
- .github/workflows/daily_spellbook.yml | |
- .github/workflows/dbt_run.yml | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
dbt-run: | |
uses: ./.github/workflows/dbt_run.yml | |
with: | |
project: 'daily_spellbook' | |