We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bdd146 commit d3167e2Copy full SHA for d3167e2
snowflake-cortex/app/setup_script.sql
@@ -11,7 +11,7 @@ GRANT USAGE ON SCHEMA core TO APPLICATION ROLE app_public;
11
12
-- 3. Create a streamlit object using the code you wrote in you wrote in src/module-ui, as shown below.
13
-- The `from` value is derived from the stage path described in snowflake.yml
14
-CREATE STREAMLIT core.ui
+CREATE OR REPLACE STREAMLIT core.ui
15
FROM '/streamlit/'
16
MAIN_FILE = 'dashboard.py';
17
0 commit comments