Manage your Snowpark functions and procedures¶
Add and modify functions and procedures using the Build a Snowpark project and Deploy a Snowpark project processes.
List functions and procedures to which you have access using the
snow snowpark list functions
andsnow snowpark list procedures
commands. For more information, see List all objects of a specific type.View details of a function or procedure using the
snow snowpark describe function [IDENTIFIER]
andsnow snowpark describe procedure [IDENTIFIER]
commands. For more information, see Display the description for an object of a specified type.Delete function/procedure using the
snow snowpark drop function [IDENTIFIER]
andsnow snowpark drop procedure [IDENTIFIER]
commands. For more information, see Delete an object of a specified type.Execute functions and procedures using the
snow snowpark execute
command. For more information, see Execute a Snowpark procedure or function.