Skip to content

Commit d3167e2

Browse files
Fix cortex validation error (snowflakedb#11)
fix cortex validation error
1 parent 8bdd146 commit d3167e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snowflake-cortex/app/setup_script.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GRANT USAGE ON SCHEMA core TO APPLICATION ROLE app_public;
1111

1212
-- 3. Create a streamlit object using the code you wrote in you wrote in src/module-ui, as shown below.
1313
-- The `from` value is derived from the stage path described in snowflake.yml
14-
CREATE STREAMLIT core.ui
14+
CREATE OR REPLACE STREAMLIT core.ui
1515
FROM '/streamlit/'
1616
MAIN_FILE = 'dashboard.py';
1717

0 commit comments

Comments
 (0)