no workflow

This commit is contained in:
WHYTEWYLL 2024-03-14 11:44:36 -06:00
parent 2140f11f34
commit 57ac9282b3

View File

@ -24,10 +24,24 @@ concurrency:
group: ${{ github.workflow }}
jobs:
called_workflow_template:
uses: FlipsideCrypto/analytics-workflow-templates/.github/workflows/dbt_run_template.yml@AN-4374/upgrade-dbt-1.7
with:
dbt_command: >
dbt:
runs-on: ubuntu-latest
environment:
name: workflow_prod
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"
- name: install dependencies
run: |
pip install -r requirements.txt
dbt deps
- name: Run DBT Jobs
run: >
dbt run -s
2+streamline__get_batch_transactions_mainnet_18
2+streamline__get_batch_transactions_mainnet_19