I am having the following structure in my script:
id_list = [1, 2, 3] for id in id_list: data = get_data(id) meta = get_metadata(id) # If there is