File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments