serJD commited on
Commit
006482d
·
verified ·
1 Parent(s): 5b34fe4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -212,9 +212,11 @@ async def update_streams(request: Request):
212
  if should_continue:
213
  print("is continuing with branch name: ", branchName)
214
  config_entry = config[streamName][branchName]
 
215
  STREAM_NAME = config_entry["STREAM_NAME"]
216
  STREAM_ID = config_entry["STREAM_ID"]
217
  SOURCE_BRANCH = config_entry["SOURCE_BRANCH"]
 
218
  TARGET_BRANCH = config_entry["TARGET_BRANCH"]
219
  UUID_COL = config_entry["UUID_COL"]
220
  ATTR_METADATA = config_entry["ATTR_METADATA"]
 
212
  if should_continue:
213
  print("is continuing with branch name: ", branchName)
214
  config_entry = config[streamName][branchName]
215
+ print("--> selected config subset", config_entry)
216
  STREAM_NAME = config_entry["STREAM_NAME"]
217
  STREAM_ID = config_entry["STREAM_ID"]
218
  SOURCE_BRANCH = config_entry["SOURCE_BRANCH"]
219
+ print("--> configEntry Source branch", SOURCE_BRANCH)
220
  TARGET_BRANCH = config_entry["TARGET_BRANCH"]
221
  UUID_COL = config_entry["UUID_COL"]
222
  ATTR_METADATA = config_entry["ATTR_METADATA"]