Skip to content

Commit a0f4814

Browse files
committed
Fixes
1 parent 6cb33e9 commit a0f4814

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

streamlit/views/tables_read.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ def get_table_names(catalog_name, schema_name):
5757
"Select a catalog:", [""] + [catalog.name for catalog in catalogs]
5858
)
5959

60-
if http_path_input == "" or catalog_name == "":
61-
st.warning("Select Warehouse and Catalog")
62-
6360
if catalog_name and catalog_name != "":
6461
schema_names = get_schema_names(catalog_name)
6562
schema_name = st.selectbox("Select a schema:", [""] + schema_names)

0 commit comments

Comments
 (0)