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 | VARCHAR | The name of the package policy |
| LANGUAGE | VARCHAR | The programming language the packages policy applies to |
| ALLOWLIST | VARCHAR | The list of package specs that are allowed |
| BLOCKLIST | VARCHAR | The list of package specs that are blocked |
| ADDITIONAL_CREATION_BLOCKLIST | VARCHAR | The list of package specs that are blocked at creation time |
| COMMENT | VARCHAR | A comment about the packages policy |
Usage notes¶
Currently, package policies are supported for Python.