snowflake.snowpark.Session.remove_package¶
- Session.remove_package(package: str) None[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/session.py#L1003-L1029)¶
Removes a third-party package from the dependency list of a user-defined function (UDF).
- Parameters:
package – The package name.
Examples: