Skip to content

Commit

Permalink
Merge pull request #470 from elementary-data/ele-1511-change-oldest-s…
Browse files Browse the repository at this point in the history
…upported-dbt-version

Changed oldest maintained dbt version.
  • Loading branch information
elongl authored Aug 8, 2023
2 parents 9c73583 + 3d5e8d9 commit 0f6e55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-all-warehouses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: ./.github/workflows/test-warehouse.yml
with:
warehouse-type: ${{ matrix.warehouse-type }}
dbt-version: ${{ github.event_name != 'workflow_dispatch' && ((matrix.warehouse-type == 'databricks_catalog' && '1.1.1') || '1.0.2') || inputs.dbt-version }}
dbt-version: ${{ github.event_name != 'workflow_dispatch' && '1.3.0' || inputs.dbt-version }}
generate-data: ${{ inputs.generate-data || false }}
elementary-ref: ${{ inputs.elementary-ref }}
dbt-data-reliability-ref: ${{ inputs.dbt-data-reliability-ref }}
Expand Down

0 comments on commit 0f6e55e

Please sign in to comment.