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

snowflake.snowpark.Session.get_packagesΒΆ

Session.get_packages() β†’ Dict[str, str][source]ΒΆ

Returns a dict of packages added for user-defined functions (UDFs). The key of this dict is the package name and the value of this dict is the corresponding requirement specifier.