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