From 5f341f21386899768971a8d70a29c71cadca339f Mon Sep 17 00:00:00 2001 From: Julius Remigio <14811322+juls858@users.noreply.github.com> Date: Thu, 26 Oct 2023 18:03:01 -0700 Subject: [PATCH] cleanup dbt workflow (#72) --- .github/workflows/dbt.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/dbt.yml b/.github/workflows/dbt.yml index 0ccd103..35ab751 100644 --- a/.github/workflows/dbt.yml +++ b/.github/workflows/dbt.yml @@ -5,7 +5,6 @@ on: warehouse: required: false type: string - default: DBT_CLOUD environment: required: true type: string @@ -47,10 +46,6 @@ jobs: run: | pip install -r requirements.txt dbt deps - - name: Set warehouse from input.warehouse if workflow_dispatch - if: github.event_name == 'workflow_dispatch' - run: | - echo "WAREHOUSE=${{ inputs.warehouse }}" >> "$GITHUB_ENV" - name: Run DBT Jobs run: | ${{ inputs.command }} @@ -58,7 +53,7 @@ jobs: if: always() uses: actions/upload-artifact@v3 with: - name: dbt-logs + name: logs-${{ inputs.environment }}-${{ github.run_id }}-$GITHUB_RUN_ATTEMPT path: | logs target