We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ce060 commit 90cc72cCopy full SHA for 90cc72c
1 file changed
.github/workflows/test-warehouse.yml
@@ -122,7 +122,9 @@ jobs:
122
123
- name: Install dbt-fusion
124
if: inputs.use-dbt-fusion
125
- run: curl -fsSL https://public.cdn.getdbt.com/fs/install/install.sh | sh -s -- --update
+ run: |
126
+ curl -fsSL https://public.cdn.getdbt.com/fs/install/install.sh | sh -s -- --update
127
+ exec $SHELL
128
129
- name: Install Elementary
130
run: pip install "./elementary[${{ (inputs.warehouse-type == 'databricks_catalog' && 'databricks') || inputs.warehouse-type }}]"
0 commit comments