Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on March 17, 2025 2:37PM
Likes: 2
Replies: 0
Specifically looking at this page: https://developer.dataiku.com/latest/api-reference/python/messaging-channels.html#dataikuapi.dss.messaging_channel.DSSMailMessagingChannel.send
The “append” method for a list only allows for one argument, whereas the script above is trying to provide 3.
My team and I recommend adding in a set of simple square brackets around the arguments within the append method for the subsequent steps in the “send” method to work correctly (found in github).
Doing this simple change allowed us to run the sample script from the guide after instantiating all needed variables.
Happy to answer any questions or provide context!