Hi Team, I am working on building destination for custom snowflake with python, but still face some error. I have finished building a custom source and successfully output a message. When I pass that message to the destination and print out the result, It flags me with "NoneType object is not iterable" even though it is json and I was able to parse through all the keys. Here is the output, and destination file. Can someone help me with debugging this ?