From 93cc5b3894a02df210871a47ccedecacb0cd1677 Mon Sep 17 00:00:00 2001 From: Jeremy Cohen Date: Thu, 31 Dec 2020 12:20:33 +0100 Subject: [PATCH] Disable test failing on endpoint --- test/integration/spark-databricks-odbc-sql-endpoint.dbtspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/spark-databricks-odbc-sql-endpoint.dbtspec b/test/integration/spark-databricks-odbc-sql-endpoint.dbtspec index d0e23dabc..0251cb312 100644 --- a/test/integration/spark-databricks-odbc-sql-endpoint.dbtspec +++ b/test/integration/spark-databricks-odbc-sql-endpoint.dbtspec @@ -33,7 +33,8 @@ projects: dbt_project_yml: *file_format_delta sequences: test_dbt_empty: empty - test_dbt_base: base + # The SQL Endpoint no longer supports `set` ?? + # test_dbt_base: base test_dbt_ephemeral: ephemeral # The SQL Endpoint does not support `create temporary view` # test_dbt_incremental: incremental