We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb33e9 commit a0f4814Copy full SHA for a0f4814
streamlit/views/tables_read.py
@@ -57,9 +57,6 @@ def get_table_names(catalog_name, schema_name):
57
"Select a catalog:", [""] + [catalog.name for catalog in catalogs]
58
)
59
60
- if http_path_input == "" or catalog_name == "":
61
- st.warning("Select Warehouse and Catalog")
62
-
63
if catalog_name and catalog_name != "":
64
schema_names = get_schema_names(catalog_name)
65
schema_name = st.selectbox("Select a schema:", [""] + schema_names)
0 commit comments