Skip to content

Commit ba52254

Browse files
ci: temporarily limit matrix to fabric+sqlserver, use ELE-5282 branch for dbt-data-reliability
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
1 parent 62a36e6 commit ba52254

1 file changed

Lines changed: 13 additions & 14 deletions

File tree

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

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,27 +87,26 @@ jobs:
8787
fail-fast: false
8888
matrix:
8989
dbt-version: ${{ inputs.dbt-version && fromJSON(format('["{0}"]', inputs.dbt-version)) || fromJSON('[null]') }}
90-
warehouse-type:
91-
[
92-
postgres,
93-
snowflake,
94-
bigquery,
95-
redshift,
96-
databricks_catalog,
97-
athena,
98-
clickhouse,
99-
duckdb,
100-
trino,
101-
dremio,
102-
spark,
90+
warehouse-type: [
91+
# postgres,
92+
# snowflake,
93+
# bigquery,
94+
# redshift,
95+
# databricks_catalog,
96+
# athena,
97+
# clickhouse,
98+
# duckdb,
99+
# trino,
100+
# dremio,
101+
# spark,
103102
fabric,
104103
sqlserver,
105104
]
106105
uses: ./.github/workflows/test-warehouse.yml
107106
with:
108107
warehouse-type: ${{ matrix.warehouse-type }}
109108
elementary-ref: ${{ inputs.elementary-ref || ((github.event_name == 'pull_request_target' || github.event_name == 'pull_request') && github.event.pull_request.head.sha) || '' }}
110-
dbt-data-reliability-ref: ${{ inputs.dbt-data-reliability-ref }}
109+
dbt-data-reliability-ref: ${{ inputs.dbt-data-reliability-ref || 'devin/ELE-5282-1772640713' }}
111110
dbt-version: ${{ matrix.dbt-version }}
112111
generate-data: ${{ inputs.generate-data || false }}
113112
secrets: inherit

0 commit comments

Comments
 (0)