Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 05:54 AM
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 ...")