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