You are viewing documentation about an older version (1.3.0). View latest version

snowflake.snowpark.Session.get_session_stage¶

Session.get_session_stage() → 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().