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 Name

Data Type

Description

NAME

TEXT

The name of the package policy

LANGUAGE

TEXT

The programming language the packages policy applies to

ALLOWLIST

TEXT

The list of package specs that are allowed

BLOCKLIST

TEXT

The list of package specs that are blocked

ADDITIONAL_CREATION_BLOCKLIST

TEXT

The list of package specs that are blocked at creation time

COMMENT

TEXT

A comment about the packages policy

Usage Notes

Currently, package policies are supported for Python.