snowflake.snowpark.Session.get_packages¶
- Session.get_packages() Dict[str, str][source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/session.py#L664-L670)¶
Returns a
dictof packages added for user-defined functions (UDFs). The key of thisdictis the package name and the value of thisdictis the corresponding requirement specifier.