Merged in feature/streamlit_multipageApp (pull request #114)
Update trigger pipeline endpoint Approved-by: Priya Iragavarapu
This commit is contained in:
@@ -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]:
|
||||
|
||||
@@ -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/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'
|
||||
|
||||
|
||||
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user