diff --git a/tests/nativeapp/__snapshots__/test_commands.ambr b/tests/nativeapp/__snapshots__/test_commands.ambr index 14f79b62f9..8766b57046 100644 --- a/tests/nativeapp/__snapshots__/test_commands.ambr +++ b/tests/nativeapp/__snapshots__/test_commands.ambr @@ -367,6 +367,7 @@ | | App project. It contains minimal code meant to help you | | | set up your first application object in your account | | | quickly. | + | spcs-basic | 1. Install Docker | | streamlit-java | This is an example template for a Snowflake Native App | | | project which demonstrates the use of Java extension code | | | and adding Streamlit code. This template is meant to | 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