You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an optional stage_subdirectory field to application package entity. When specified, application artifacts are uploaded to this subdirectory instead of the root of the application package's stage.
Add snow spcs service events command to retrieve service-specific events:
Supports filtering by service name, container name, instance ID, time intervals (--since, --until), and pagination (--first, --last).
Use --all to fetch all columns.
Add snow spcs service metrics command to fetch service metrics:
Supports filtering by service name, container name, instance ID, and time intervals (--since, --until).
Use --all to fetch all columns.
Added support for glob pattern (except **) in artifact paths in snowflake.yml for Streamlit.
Added support for glob pattern (except **) in artifact paths in snowflake.yml for Snowpark, requires ENABLE_SNOWPARK_GLOB_SUPPORT feature flag.