From 175fb18c1dff8ddb226590aa3856cc5d9cb3c8fa Mon Sep 17 00:00:00 2001 From: Jorge Vasquez Rojas Date: Thu, 17 Oct 2024 11:45:16 -0600 Subject: [PATCH] Fix failing tests --- .../__snapshots__/test_compile_dynamic_table.ambr | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/custom_tables/__snapshots__/test_compile_dynamic_table.ambr b/tests/custom_tables/__snapshots__/test_compile_dynamic_table.ambr index 95d2e5c6..360a5345 100644 --- a/tests/custom_tables/__snapshots__/test_compile_dynamic_table.ambr +++ b/tests/custom_tables/__snapshots__/test_compile_dynamic_table.ambr @@ -44,12 +44,8 @@ # name: test_compile_dynamic_table_with_wrong_option_types ''' Invalid parameter type 'IdentifierOption' provided for 'refresh_mode'. Expected one of the following types: 'KeywordOption', 'SnowflakeKeyword'. - Invalid parameter type 'IdentifierOption' provided for 'target_lag'. Expected one of the following types: 'TargetLagOption', 'Tuple[int, TimeUnit])', 'SnowflakeKeyword'. - Invalid parameter type 'KeywordOption' provided for 'as_query'. Expected one of the following types: 'AsQueryOption', 'str', 'Selectable'. - Invalid parameter type 'KeywordOption' provided for 'warehouse'. Expected one of the following types: 'IdentifierOption', 'str'. - ''' # ---