I want to create an snowflake stored procedure using snowpark. Inside of the procedure I will create some dataframe and performs some operations like filter, sort, join etc. At the end I just want to return that "dataframe", does snowpark supports that? Can someone provide an example of how to achieve this?
It is supported - Writing Snowpark Code in Python Worksheets
Call in SQL
CALL ProcName();