File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed
tests/core/engine_adapter/integration Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -302,18 +302,18 @@ workflows:
302302 matrix :
303303 parameters :
304304 engine :
305- # - snowflake
305+ - snowflake
306306 - databricks
307- # - redshift
308- # - bigquery
309- # - clickhouse-cloud
310- # - athena
311- # - fabric
312- # - gcp-postgres
313- # filters:
314- # branches:
315- # only:
316- # - main
307+ - redshift
308+ - bigquery
309+ - clickhouse-cloud
310+ - athena
311+ - fabric
312+ - gcp-postgres
313+ filters :
314+ branches :
315+ only :
316+ - main
317317 - ui_style
318318 - ui_test
319319 - vscode_test
Original file line number Diff line number Diff line change @@ -403,10 +403,10 @@ def test_materialized_view(ctx_query_and_df: TestContext):
403403 ctx = ctx_query_and_df
404404 if not ctx .engine_adapter .SUPPORTS_MATERIALIZED_VIEWS :
405405 pytest .skip (f"Engine adapter { ctx .engine_adapter } doesn't support materialized views" )
406- # if ctx.engine_adapter.dialect == "databricks":
407- # pytest.skip(
408- # "Databricks requires DBSQL Serverless or Pro warehouse to test materialized views which we do not have setup"
409- # )
406+ if ctx .engine_adapter .dialect == "databricks" :
407+ pytest .skip (
408+ "Databricks requires DBSQL Serverless or Pro warehouse to test materialized views which we do not have setup"
409+ )
410410 if ctx .engine_adapter .dialect == "snowflake" :
411411 pytest .skip ("Snowflake requires enterprise edition which we do not have setup" )
412412 input_data = pd .DataFrame (
You can’t perform that action at this time.
0 commit comments