Account Usage and Information Schema functions views: New column(s) in output

Attention

This behavior change is in the 2024_03 bundle.

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

When this behavior change bundle is enabled, the output of the Account Usage Functions view and Information Schema Functions view includes the following new columns:

Column nameData typeDescription
EXTERNAL_ACCESS_INTEGRATIONSSTRING array

Names of external access integrations specified by the function’s EXTERNAL_ACCESS_INTEGRATION parameter.

For example: [“TEST_EXTERNAL_ACCESS_INTEGRATION”]

SECRETSJSON map

Map of secrets specified by the function’s SECRETS parameter, where map keys are secret variable names and map values are secret object names.

For example: {“cred”:”SECRET_OAUTH”,”cre2”:”SECRET_GENERIC_STRING”}

Ref: 1406