snowflake.snowpark.Session.sproc¶
- property Session.sproc: StoredProcedureRegistration[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.20.0/src/snowflake/snowpark/session.py#L3043-L3049)¶
Returns a
stored_procedure.StoredProcedureRegistration
object that you can use to register stored procedures. See details of how to use this object instored_procedure.StoredProcedureRegistration
.