diff --git a/.github/workflows/dbt_run_history.yml b/.github/workflows/dbt_run_history.yml index 87bda03..07cad6f 100644 --- a/.github/workflows/dbt_run_history.yml +++ b/.github/workflows/dbt_run_history.yml @@ -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