File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
src/client/content/config Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1515import streamlit as st
1616from streamlit import session_state as state
1717
18- from client .content .config .oci import get_oci
1918import client .utils .api_call as api_call
2019import common .logging_config as logging_config
2120
@@ -188,10 +187,7 @@ def main() -> None:
188187 # Select AI
189188 #############################################
190189 st .subheader ("SelectAI" , divider = "red" )
191- if "oci_config" not in state .user_settings :
192- get_oci ()
193- oci_auth_profile = state .user_settings ["oci" ]["auth_profile" ]
194- if state .database_config [name ]["selectai" ] and state .oci_config [oci_auth_profile ]["namespace" ] :
190+ if state .database_config [name ]["selectai" ]:
195191 st .write ("Tables eligible and enabled/disabled for SelectAI." )
196192 if state .database_config [name ]["selectai_objects" ]:
197193 df = pd .DataFrame (
You can’t perform that action at this time.
0 commit comments