UI2 updates
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user