Looker SDK can't read multiple email addresses anymore

Hi, we use API to bulk schedule reports to multiple users. Before the last release (24.6), the API worked fine with this code for multiple email addresses separating by comma:

scheduled_plan_destination = [models40.ScheduledPlanDestination(format="wysiwyg_pdf", address="abc@abc.com , xyz@xyz.com", type = "email")]
 
After the release, the API now threw an error:
looker_sdk.error.SDKError: <exception str() failed>
 
The obvious solution is to have one ScheduledPlanDestination for each email address, but it will create more work for us to update all scripts. 

We'd like to check if this is a known issue for Looker and is there a way to fix this error?

1 1 52
1 REPLY 1

We have the same issue since the latest release of Looker and no solution so far, except creating mailing lists for a group of receivers..