Customer Question:
I can get it to work if the JSON object fits on one line and I surround it by single quotes. However, I can’t figure out how to get a JSON object spread over multiple lines to work. Is something like this supported?
My use case is that I want to put a large JSON which specifies the necessary configuration for an EMR cluster into an airflow variable, but for readability want to make it multiline.