I have a name in a string within my DB connection which I want to pass to an external python script. The script returns a json string which I want to then parse/save. My question is how do I trigger external scripts, and handle their outputs. Thanks,