PROCEDURES view (Account Usage and Information Schema): New columns

Attention

This behavior change is in the 2025_01 bundle.

For the current status of the bundle, refer to Bundle History.

When this behavior change bundle is enabled, the output of the following views includes new columns:

  • The Account Usage PROCEDURES view output includes the following new column:

    Column nameData typeDescription
    INSTALLED_PACKAGESSTRINGLists all packages installed by the procedure. Output for Python procedures only.
  • The Information Schema PROCEDURES view output includes the following new columns:

    Column nameData typeDescription
    PACKAGESSTRINGSpecifies the packages requested by the procedure.
    RUNTIME_VERSIONSTRINGSpecifies the runtime version of the procedure. NULL if the function is SQL or JavaScript.
    INSTALLED_PACKAGESSTRINGLists all packages installed by the procedure. Output for Python procedures only.

Ref: 1786