snowflake.snowpark.StoredProcedureProfiler.set_active_profiler¶
- StoredProcedureProfiler.set_active_profiler(active_profiler_type: Literal['LINE', 'MEMORY'] = 'LINE') None [source]¶
Set active profiler.
- Parameters:
active_profiler_type – String that represent active_profiler, must be either ‘LINE’ or ‘MEMORY’
default. ((case-insensitive). Active profiler is 'LINE' by) –