You are viewing documentation about an older version (1.18.0). View latest version

snowflake.snowpark.Session.get_imports

Session.get_imports() List[str][source] (https://github.com/snowflakedb/snowpark-python/blob/v1.18.0/src/snowflake/snowpark/session.py#L646-L651)

Returns a list of imports added for user defined functions (UDFs). This list includes any Python or zip files that were added automatically by the library.

语言: 中文