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 e39ff39 commit 8dc3488Copy full SHA for 8dc3488
.github/workflows/test-all-warehouses.yml
@@ -63,7 +63,7 @@ jobs:
63
with:
64
warehouse-type: ${{ matrix.warehouse-type }}
65
dbt-version: ${{ matrix.dbt-version }}
66
- elementary-ref: ${{ inputs.elementary-ref }}
+ elementary-ref: ${{ inputs.elementary-ref || 'ele-4724-dbt_fusion-support' }} # TODO: remove once the CLI PR is merged
67
dbt-data-reliability-ref: ${{ inputs.dbt-data-reliability-ref || (github.event_name == 'pull_request_target' && github.event.pull_request.head.sha) || '' }}
68
secrets: inherit
69
0 commit comments