Skip to content

Commit f0307f3

Browse files
ci: temporarily disable fusion/redshift tests (Fusion sidecar SVV_COLUMNS bug) (#931)
1 parent af6d575 commit f0307f3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test-all-warehouses.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,10 @@ jobs:
106106
warehouse-type: snowflake
107107
- dbt-version: "${{ inputs.dbt-version || 'fusion' }}"
108108
warehouse-type: bigquery
109-
- dbt-version: "${{ inputs.dbt-version || 'fusion' }}"
110-
warehouse-type: redshift
109+
# fusion/redshift temporarily disabled - Fusion sidecar can't resolve
110+
# source schemas via SVV_COLUMNS on Redshift (see dbt-labs/dbt-fusion issues)
111+
# - dbt-version: "${{ inputs.dbt-version || 'fusion' }}"
112+
# warehouse-type: redshift
111113
- dbt-version: "${{ inputs.dbt-version || 'fusion' }}"
112114
warehouse-type: databricks_catalog
113115
uses: ./.github/workflows/test-warehouse.yml

0 commit comments

Comments
 (0)