This behavior change is in the 2022_06 bundle. The bundle was first introduced disabled by default in the 6.29 release.
For the most up-to-date status of the behavior change, as well as other release-related details, see the Behavior Change Log.
The output of the Account Usage FUNCTIONS view now includes the following new columns:
Column Name
|
Data Type
|
Description
|
PACKAGES
|
STRING
|
Packages requested by the function.
|
RUNTIME_VERSION
|
STRING
|
Runtime version of the function. NULL if the function is SQL or Javascript
|
INSTALLED_PACKAGES
| STRING
| All packages installed by the function. Output for Python functions only.
|
Ref: 813