From acdbcb50ae0a7bf88face8a37f4503e2e4b444be Mon Sep 17 00:00:00 2001 From: Gerda Shank Date: Sun, 13 Oct 2024 15:03:54 -0400 Subject: [PATCH] Skip failing test test_changing_schema_with_log_validation for databricks_cluster --- tests/functional/adapter/test_python_model.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/functional/adapter/test_python_model.py b/tests/functional/adapter/test_python_model.py index 50132b883..b0c419280 100644 --- a/tests/functional/adapter/test_python_model.py +++ b/tests/functional/adapter/test_python_model.py @@ -85,7 +85,11 @@ def model(dbt, spark): @pytest.mark.skip_profile( - "apache_spark", "spark_session", "databricks_sql_endpoint", "spark_http_odbc" + "apache_spark", + "spark_session", + "databricks_sql_endpoint", + "spark_http_odbc", + "databricks_cluster", ) class TestChangingSchemaSpark: """