snowflake.snowpark.Session.get_session_stage¶

Session.get_session_stage(statement_params: Optional[Dict[str, str]] = None) → str[source]¶

Returns the name of the temporary stage created by the Snowpark library for uploading and storing temporary artifacts for this session. These artifacts include libraries and packages for UDFs that you define in this session via add_import().