Python script custom return types
Hi, I am not sure if this is the intended but I am unable to return custom data types from my Python scripts that windmill is executing. Is this intentional or am I missing a step?
For example, I am trying to return a pandas data frame and it is actually returning a json array. Also when trying to return a sqlalchemy engine it just returns a string as if you tried to print the engine. Thank you
0 Replies