Tauffer-Consulting/domino

Allow other types rather than base64 in display_results

Opened this issue · 0 comments

Currently all data types in display_results are being converted to base64 string when serializing to xcom, but some of the accepted formats are already serializable, such as json and plain text. For these cases we don't need to serialize them to base64.