We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9de5da commit 370e263Copy full SHA for 370e263
1 file changed
.circleci/continue_config.yml
@@ -286,13 +286,13 @@ workflows:
286
parameters:
287
engine:
288
- duckdb
289
- #- postgres
290
- #- mysql
291
- #- mssql
292
- #- trino
293
- #- spark
294
- #- clickhouse
295
- #- risingwave
+ - postgres
+ - mysql
+ - mssql
+ - trino
+ - spark
+ - clickhouse
+ - risingwave
296
- engine_tests_cloud:
297
name: cloud_engine_<< matrix.engine >>
298
context:
@@ -302,14 +302,14 @@ workflows:
302
matrix:
303
304
305
- #- snowflake
306
- #- databricks
307
- #- redshift
308
- #- bigquery
309
- #- clickhouse-cloud
310
- #- athena
+ - snowflake
+ - databricks
+ - redshift
+ - bigquery
+ - clickhouse-cloud
+ - athena
311
- fabric
312
- #- gcp-postgres
+ - gcp-postgres
313
#filters:
314
# branches:
315
# only:
0 commit comments