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.
1 parent ff201c0 commit 93dfa43Copy full SHA for 93dfa43
.github/workflows/test-all-warehouses.yml
@@ -68,7 +68,7 @@ jobs:
68
with:
69
warehouse-type: ${{ matrix.warehouse-type }}
70
dbt-version: ${{ matrix.dbt-version }}
71
- elementary-ref: ${{ 'ele-4724-dbt_fusion-support' }} # TODO: remove once the CLI PR is merged
+ elementary-ref: ${{ inputs.elementary-ref }}
72
dbt-data-reliability-ref: ${{ inputs.dbt-data-reliability-ref || (github.event_name == 'pull_request_target' && github.event.pull_request.head.sha) || '' }}
73
secrets: inherit
74
0 commit comments