De-c2w3a1: Getting an undefined error in lab

I am getting NameError: name ‘batch_request_list’ is not defined. when trying to do exercise 3. Did I miss assigning this variable before this. I think I used every available variable from exercise 1 that throws a class mismatch error. Not sure what is suppose to be passed for the variable.

I am about out of time on this iteration, so I will be redoing all the steps anyway.

Hello @bclark
The batch_request_list variable is defined in the cell after exercise 1. Please, make sure that you run this cell.
image
Moreover, make sure to run the correct method in exercise 3, which is the get_validator method from the context object.