Thanks Riz, 

I have not worked with the API yet but just tried your suggestion and it worked great. I will share my code for someone else looking for this:

 

myList = ["table1","table6"]
#Now run the pipeline
update_dlt2 = w.pipelines.start_update(refresh_selection=myList, pipeline_id="my_token_string")
print("Started pipeline ...")