snowflake.snowpark.Session.sproc¶
- property Session.sproc: StoredProcedureRegistration[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/src/snowflake/snowpark/session.py#L3718-L3724)¶
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
.