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
We can pull all the Streamlit applications the user can access using SHOW STREAMLITS and let the user iterate locally. Then, we can update the Streamlit app on Snowflake. Unfortunately Snowflake doesn't provide any way to get the source code of Streamlits yet. DESC STREAMLIT command returns a URL with prefix snow:// but it doesn't provide a way to get the data from snow scheme yet.
Alternatively we can use internal Snowflake APIs by reverse engineering the Snowsight.
The text was updated successfully, but these errors were encountered:
We can pull all the Streamlit applications the user can access using
SHOW STREAMLITS
and let the user iterate locally. Then, we can update the Streamlit app on Snowflake. Unfortunately Snowflake doesn't provide any way to get the source code of Streamlits yet.DESC STREAMLIT
command returns a URL with prefixsnow://
but it doesn't provide a way to get the data fromsnow
scheme yet.Alternatively we can use internal Snowflake APIs by reverse engineering the Snowsight.
The text was updated successfully, but these errors were encountered: