Summary
The user is trying to preprocess a string into a dictionary using ast.literal_eval()
in a Flyte task but faces a SyntaxError
due to an unexpected character. The same input works in a Jupyter notebook, leading the user to question if there are encoding issues to investigate. They also request an example of what row[text]
looks like.