Python telemetry library automatically installed (Pending)¶
Attention
This behavior change is in the 2025_07 bundle.
For the current status of the bundle, refer to Bundle History.
When this behavior change is enabled, Snowflake automatically installs the snowflake-telemetry-python
package when a function or procedure with a Python handler is created.
- Before the change:
You must explicitly specify the
snowflake-telemetry-python
package (such as with the PACKAGES parameter) when you create a function or procedure with a Python handler.- After the change:
Snowflake automatically includes the
snowflake-telemetry-python
package by default. However, if you specify a package policy to allow or disallow specific packages explicitly, Snowflake will not automatically include thesnowflake-telemetry-python
package. In this case, you must specify the package.
Ref: 2120