UI2 updates

This commit is contained in:
Umang Mistry
2024-05-10 15:46:51 -05:00
parent 2c6b8001c9
commit 6853996271
+1 -1
View File
@@ -73,7 +73,7 @@ try:
fields.rename(columns={'FIELD_NAME': 'SF_DB_COL_NAME'}, inplace = True)
fields.rename(columns={'FM_MODEL_ID': 'llm_selected'}, inplace = True)
error('table is empty')
except:
except Exception as e:
st.write("Unable to fetch data from Snowflake: ",e)
# fields = pd.read_csv('contract_fields.csv', encoding='unicode_escape', skipinitialspace=True)
# fields = fields[~fields['SF_COL_NAME'].str.endswith('_PG', na=None)]