We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9ea7de + 5e55945 commit 4bc7494Copy full SHA for 4bc7494
.github/workflows/test-warehouse.yml
@@ -121,7 +121,7 @@ jobs:
121
run: >
122
pip install
123
"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) }}"
+ "dbt-${{ (inputs.warehouse-type == 'databricks_catalog' && 'databricks') || (inputs.warehouse-type == 'athena' && 'athena-community') || inputs.warehouse-type }}${{ inputs.dbt-version && format('~={0}', inputs.dbt-version) }}"
125
126
- name: Install Elementary
127
run: |
0 commit comments