Skip to content

Commit 4bc7494

Browse files
Merge pull request #2066 from elementary-data/core-180-fix-cli-ci-for-athena
Using community Athena pacakge in CI
2 parents c9ea7de + 5e55945 commit 4bc7494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-warehouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
run: >
122122
pip install
123123
"dbt-core${{ inputs.dbt-version && format('=={0}', inputs.dbt-version) }}"
124-
"dbt-${{ (inputs.warehouse-type == 'databricks_catalog' && 'databricks') || inputs.warehouse-type }}${{ inputs.dbt-version && format('~={0}', inputs.dbt-version) }}"
124+
"dbt-${{ (inputs.warehouse-type == 'databricks_catalog' && 'databricks') || (inputs.warehouse-type == 'athena' && 'athena-community') || inputs.warehouse-type }}${{ inputs.dbt-version && format('~={0}', inputs.dbt-version) }}"
125125
126126
- name: Install Elementary
127127
run: |

0 commit comments

Comments
 (0)