CURRENT_PACKAGES_POLICY view

This Information Schema view displays a row for each Snowpark packages policy created on the current account by the CREATE PACKAGES POLICY command. For details, see Packages policies.

Columns

Column NameData TypeDescription
NAMEVARCHARThe name of the package policy
LANGUAGEVARCHARThe programming language the packages policy applies to
ALLOWLISTVARCHARThe list of package specs that are allowed
BLOCKLISTVARCHARThe list of package specs that are blocked
ADDITIONAL_CREATION_BLOCKLISTVARCHARThe list of package specs that are blocked at creation time
COMMENTVARCHARA comment about the packages policy

Usage notes

Currently, package policies are supported for Python.