snowflake.snowpark.StoredProcedureProfiler.get_output¶
- StoredProcedureProfiler.get_output() str[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.43.0/src/snowflake/snowpark/_internal/snowpark_profiler.py#L105-L127)¶
Return the profiles of last executed stored procedure or UDF in current thread. If there is no previous stored procedure or UDF call, an error will be raised.
Note
Please call this function right after the stored procedure or UDF you want to profile to avoid any error.