From 57ac9282b34b2d6bc89926c0e23e2b2f0dc27d7e Mon Sep 17 00:00:00 2001 From: WHYTEWYLL <49686519+WHYTEWYLL@users.noreply.github.com> Date: Thu, 14 Mar 2024 11:44:36 -0600 Subject: [PATCH] no workflow --- .github/workflows/dbt_run_history.yml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) 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