snowflake.snowpark.Session.remove_import¶
- Session.remove_import(path: str) None[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/session.py#L725-L753)¶
Removes a file in stage or local file from the imports of a user-defined function (UDF).
- Parameters:
path – a path pointing to a local file or a remote file in the stage
Examples: