From 70166b6ca7f15406abc4c358cae068f92bc096f4 Mon Sep 17 00:00:00 2001 From: "AARETE\\agupta" Date: Tue, 18 Jun 2024 22:13:41 -0500 Subject: [PATCH 1/2] Update trigger pipeline endpoint --- streamlit/interface_2.py | 2 +- streamlit/multipage/constants.py | 2 +- streamlit/multipage/pages/Interface_2.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/streamlit/interface_2.py b/streamlit/interface_2.py index 0659135..eb9cb52 100644 --- a/streamlit/interface_2.py +++ b/streamlit/interface_2.py @@ -122,7 +122,7 @@ batch_list = [] for prefix in batch_objects['CommonPrefixes']: batch_list.append(prefix['Prefix'][:-1].split('/')[-1]) -path_row = st.columns([0.1, 0.8]) +path_row = st.columns([0.2, 0.7, 0.1]) with path_row[0]: st.write("**Batch ID**") with path_row[1]: diff --git a/streamlit/multipage/constants.py b/streamlit/multipage/constants.py index 0603dec..ba98e4c 100644 --- a/streamlit/multipage/constants.py +++ b/streamlit/multipage/constants.py @@ -203,7 +203,7 @@ USER_LIST = ['maamseek@aarete.com', 'smahdavian@aarete.com', 'ahinge@aarete.com' # DOCZY DEV -DOCZY_PIPELINE_URL_DEV = 'https://8ir4vi1ri4.execute-api.us-east-2.amazonaws.com/dev/' +DOCZY_PIPELINE_URL_DEV = 'https://4lzhid1s0h.execute-api.us-east-2.amazonaws.com/dev/create-batch' DOCZY_REDIRECT_URL_DEV = 'https://doczydev.aarete.com:850' DOCZY_CREATE_BATCH_URL_DEV = 'https://lfksus2t62.execute-api.us-east-2.amazonaws.com/dev/create-batch' diff --git a/streamlit/multipage/pages/Interface_2.py b/streamlit/multipage/pages/Interface_2.py index 5ef03b5..b31d044 100644 --- a/streamlit/multipage/pages/Interface_2.py +++ b/streamlit/multipage/pages/Interface_2.py @@ -122,7 +122,7 @@ batch_list = [] for prefix in batch_objects['CommonPrefixes']: batch_list.append(prefix['Prefix'][:-1].split('/')[-1]) -path_row = st.columns([0.1, 0.8]) +path_row = st.columns([0.2, 0.7, 0.1]) with path_row[0]: st.write("**Batch ID**") with path_row[1]: From 276ae3f74807176723387a1a31f01b6f44d69dd0 Mon Sep 17 00:00:00 2001 From: "AARETE\\agupta" Date: Tue, 18 Jun 2024 22:17:17 -0500 Subject: [PATCH 2/2] Update trigger pipeline endpoint --- streamlit/multipage/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamlit/multipage/constants.py b/streamlit/multipage/constants.py index ba98e4c..e404b9a 100644 --- a/streamlit/multipage/constants.py +++ b/streamlit/multipage/constants.py @@ -203,7 +203,7 @@ USER_LIST = ['maamseek@aarete.com', 'smahdavian@aarete.com', 'ahinge@aarete.com' # DOCZY DEV -DOCZY_PIPELINE_URL_DEV = 'https://4lzhid1s0h.execute-api.us-east-2.amazonaws.com/dev/create-batch' +DOCZY_PIPELINE_URL_DEV = 'https://4lzhid1s0h.execute-api.us-east-2.amazonaws.com/dev/trigger-pipeline' DOCZY_REDIRECT_URL_DEV = 'https://doczydev.aarete.com:850' DOCZY_CREATE_BATCH_URL_DEV = 'https://lfksus2t62.execute-api.us-east-2.amazonaws.com/dev/create-batch'