PACKAGES view¶
This Information Schema view displays a row for each Snowpark package version supported for use in the PACKAGES clause in the CREATE FUNCTION and CREATE PROCEDURE commands. For Python, this view also displays a row for each version of a third-party package that you can install. For details, see Using third-party packages.
Columns¶
Column Name |
Data Type |
Description |
---|---|---|
PACKAGE_NAME |
TEXT |
The name of the package |
VERSION |
TEXT |
The version number of the package |
LANGUAGE |
TEXT |
The programming language for the package |
Usage notes¶
Currently, the package versions with the following are supported:
language = java
language = python
language = scala