diff --git a/streamlit/interface_0.py b/streamlit/interface_0.py index 5fba792..99d22d8 100644 --- a/streamlit/interface_0.py +++ b/streamlit/interface_0.py @@ -108,7 +108,8 @@ if user_mail in user_list: batch_id+'/'+landing_zone+'/'+str(uploaded_file.name)) # TODO: Test this insert function with snowflake - insert_upload_logs(batch_id, client, str(uploaded_file.name), datetime.now().strftime("%Y-%m-%d %H:%M:%S"), user_mail) + upload_log = insert_upload_logs(batch_id, client, str(uploaded_file.name), datetime.now().strftime("%Y-%m-%d %H:%M:%S"), user_mail) + st.write(upload_log) file_names.append(str(uploaded_file.name)) st.write(f"{batch_id} created")