Yavor is a PM at Snowflake working on developer experience. Previously at Docker, Auth0, Hulu, and Microsoft Azure.
23 June 2025
When deploying containers in Snowflake via Snowpark Container Services (SPCS), the ability to debug container failure conditions is key as workloads mature and go to production. Application logs can offer insights into the stack trace of a failure, but that still leaves some gaps in the experience:
PENDING
state.To address these scenarios, SPCS infrastructure now emits Platform Events around container status. These are events automatically being emitted by the underlying hosting infrastructure. The full list of events is documented here, but some highlighted conditions include:
As with other telemetry types, Platform Events are stored in the global Event Table for the account, and are accessible via SQL (RECORD_TYPE = 'EVENT' AND SCOPE:"name" = 'snow.spcs.platform'
) or via Snowsight UI (use the Record filter to find Events, or leave unset to see both logs and events):
📚 Review our documentation
📣 Let us know what you think by responding to this post