Skip to content

Stringify type checks

Aaron Graubert requested to merge stringify_checks into master

Created by: julianhess

If orchestrator.stringify() detects newlines in any str(obj), it will optionally infer that this is an unsupported type. This is hacky, but the most elegant way I could think of to infer that some object being stringified that should gracefully degrade to a list or dict (e.g. a Pandas index) is not doing so.

Merge request reports