Creating Stored Procedures For DataFrames in Python - Snowflake Documentation
Creating Stored Procedures For DataFrames in Python - Snowflake Documentation
>>> @sproc
... def compute(session: snowflake.snowpark.Session) -> list:
... return [pd.__version__, xgb.__version__]
https://docs.snowflake.com/en/developer-guide/snowpark/python/creating-sprocs 1/1