Python dataset_client.list_items() not iterable
I'm trying to call an actor using this code sample.
I'm facing an issue retrieving the data. I'm getting an error that items is not iterable. According to the API doc it should be a list, which should be iterable.


