Work on ISHLT Impexium importing
This commit is contained in:
@@ -289,7 +289,7 @@ def create_update_event_badge_obj_v4(
|
||||
return False
|
||||
log.debug(event_badge_dict_up_result)
|
||||
else:
|
||||
if event_badge_dict_in_result := sql_insert(data=event_badge_dict, table_name='event_badge', rm_id_random=True, id_random_length=8): pass
|
||||
if event_badge_dict_in_result := sql_insert(data=event_badge_dict, table_name='event_badge', rm_id_random=True, id_random_length=None): pass
|
||||
else:
|
||||
log.warning(f'Event Badge not created.')
|
||||
log.debug(event_badge_dict_in_result)
|
||||
|
||||
@@ -428,7 +428,7 @@ def create_update_event_person_obj_v4(
|
||||
return False
|
||||
log.debug(event_person_dict_up_result)
|
||||
else:
|
||||
if event_person_dict_in_result := sql_insert(data=event_person_dict, table_name='event_person', rm_id_random=True, id_random_length=default_num_bytes): pass
|
||||
if event_person_dict_in_result := sql_insert(data=event_person_dict, table_name='event_person', rm_id_random=True, id_random_length=None): pass
|
||||
else:
|
||||
log.warning(f'Event Person not created.')
|
||||
log.debug(event_person_dict_in_result)
|
||||
|
||||
Reference in New Issue
Block a user