From 6d088fe679465be41c868ca37a59e23e4ee0afd8 Mon Sep 17 00:00:00 2001 From: Bruno Dufour Date: Wed, 29 May 2024 12:29:16 -0400 Subject: [PATCH] Fix incorrect snapshots --- .../snowpark/__snapshots__/test_python_processor.ambr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/nativeapp/codegen/snowpark/__snapshots__/test_python_processor.ambr b/tests/nativeapp/codegen/snowpark/__snapshots__/test_python_processor.ambr index bee57cb660..025d1fdec3 100644 --- a/tests/nativeapp/codegen/snowpark/__snapshots__/test_python_processor.ambr +++ b/tests/nativeapp/codegen/snowpark/__snapshots__/test_python_processor.ambr @@ -16,9 +16,9 @@ # name: test_edit_setup_script_with_exec_imm_sql.1 ''' ===== Contents of: output/deploy/__generated/__generated.sql ===== - EXECUTE IMMEDIATE FROM '/__generated/moduleB/dummy.sql'; EXECUTE IMMEDIATE FROM '/__generated/dummy.sql'; + ''' # --- # name: test_edit_setup_script_with_exec_imm_sql.2 @@ -90,9 +90,9 @@ # name: test_edit_setup_script_with_exec_imm_sql_symlink.1 ''' ===== Contents of: output/deploy/__generated/__generated.sql ===== - EXECUTE IMMEDIATE FROM '/__generated/moduleB/dummy.sql'; EXECUTE IMMEDIATE FROM '/__generated/dummy.sql'; + ''' # --- # name: test_edit_setup_script_with_exec_imm_sql_symlink.2 @@ -215,9 +215,9 @@ # name: test_process_with_collected_functions.1 ''' ===== Contents of: output/deploy/__generated/__generated.sql ===== - EXECUTE IMMEDIATE FROM '/__generated/stagepath/main.sql'; EXECUTE IMMEDIATE FROM '/__generated/stagepath/data.sql'; + ''' # --- # name: test_process_with_collected_functions.2