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
Fix integration tests for versioned Streamlit deployment
Update test_streamlit_flow and test_streamlit_deploy_prune_flag to work with
versioned Streamlit deployment (now the default behavior).
Changes:
- test_streamlit_flow: Update stage paths from legacy app_1_stage to versioned
snow://streamlit/{DB}.{SCHEMA}.app_1/versions/live/
- test_streamlit_deploy_prune_flag: Rewrite to use managed versioned stages
instead of user-created stages
Files are now uploaded to managed stages at versions/live/ path instead of
user-specified ROOT_LOCATION stages.
0 commit comments