Lab part 1: Extract jobs fail with "NameError: name 'api_start_date' is not defined"

Both extract jobs fail with NameError: name ‘api_start_date’ is not defined, though in the job run "Input arguments tab I see --api_start_date is defined there.

Figured it out, I needed to use ‘request_start_date’ in the .py file instead of ‘api_start_date’.

3 Likes