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
Went to use this demo and the screenshots look to be before internal stages could be used for hosting libraries and code. So, the setup instructions need to be updated with the latest screenshots on how you would delpoy. Also, I ran the SQL to setup the data but the views get created in a different Schema than where the app is. Instructions should be added for creating the internal stage and uploading the code there. Also had to add the SQLPARSE package. The SQL could not find the table. When i recreated the app in the PRODUCT_FORECAST schema instaed of public, the app worked. Users can not code the USE SCHEMA session method because it's not supported in streamlit snowsight, so the SQL code should include the database.schema. style of coding to avoid not finding the object and erroring. After these fixes, the app ran. Thank You.
The text was updated successfully, but these errors were encountered:
Went to use this demo and the screenshots look to be before internal stages could be used for hosting libraries and code. So, the setup instructions need to be updated with the latest screenshots on how you would delpoy. Also, I ran the SQL to setup the data but the views get created in a different Schema than where the app is. Instructions should be added for creating the internal stage and uploading the code there. Also had to add the SQLPARSE package. The SQL could not find the table. When i recreated the app in the PRODUCT_FORECAST schema instaed of public, the app worked. Users can not code the USE SCHEMA session method because it's not supported in streamlit snowsight, so the SQL code should include the database.schema. style of coding to avoid not finding the object and erroring. After these fixes, the app ran. Thank You.
The text was updated successfully, but these errors were encountered: