From 559f8d51895a7af6e84f9c9002c469bda5f0a61c Mon Sep 17 00:00:00 2001 From: Joel Labes Date: Mon, 27 May 2024 15:59:31 +1200 Subject: [PATCH] disable syntax-failing tests on dbx --- .../unit_test_placeholder_models/unit_test_struct_model_a.sql | 2 +- .../unit_test_placeholder_models/unit_test_struct_model_b.sql | 2 +- .../unit_test_wrappers/unit_quick_are_queries_identical.sql | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integration_tests/models/unit_test_placeholder_models/unit_test_struct_model_a.sql b/integration_tests/models/unit_test_placeholder_models/unit_test_struct_model_a.sql index 55f280a9..24d584e8 100644 --- a/integration_tests/models/unit_test_placeholder_models/unit_test_struct_model_a.sql +++ b/integration_tests/models/unit_test_placeholder_models/unit_test_struct_model_a.sql @@ -1,3 +1,3 @@ -{{ config(tags=['skip' if (target.type in ['redshift', 'bigquery', 'postgres']) else 'runnable']) }} +{{ config(tags=['skip' if (target.type in ['redshift', 'bigquery', 'postgres', 'databricks']) else 'runnable']) }} select 1 as id, 'John Doe' as col1, object_construct('street', '123 Main St', 'city', 'Anytown', 'state', 'CA') as col2 \ No newline at end of file diff --git a/integration_tests/models/unit_test_placeholder_models/unit_test_struct_model_b.sql b/integration_tests/models/unit_test_placeholder_models/unit_test_struct_model_b.sql index 55f280a9..24d584e8 100644 --- a/integration_tests/models/unit_test_placeholder_models/unit_test_struct_model_b.sql +++ b/integration_tests/models/unit_test_placeholder_models/unit_test_struct_model_b.sql @@ -1,3 +1,3 @@ -{{ config(tags=['skip' if (target.type in ['redshift', 'bigquery', 'postgres']) else 'runnable']) }} +{{ config(tags=['skip' if (target.type in ['redshift', 'bigquery', 'postgres', 'databricks']) else 'runnable']) }} select 1 as id, 'John Doe' as col1, object_construct('street', '123 Main St', 'city', 'Anytown', 'state', 'CA') as col2 \ No newline at end of file diff --git a/integration_tests/models/unit_test_wrappers/unit_quick_are_queries_identical.sql b/integration_tests/models/unit_test_wrappers/unit_quick_are_queries_identical.sql index 1fc11811..e969b1e2 100644 --- a/integration_tests/models/unit_test_wrappers/unit_quick_are_queries_identical.sql +++ b/integration_tests/models/unit_test_wrappers/unit_quick_are_queries_identical.sql @@ -1,4 +1,4 @@ -{{ config(tags=['skip' if (target.type in ['redshift', 'bigquery', 'postgres']) else 'runnable']) }} +{{ config(tags=['skip' if (target.type in ['redshift', 'bigquery', 'postgres', 'databricks']) else 'runnable']) }} {{ audit_helper.quick_are_queries_identical(