zhongjiajie commented on issue #4686: [AIRFLOW-3864] Recognize lists as JSON in variables --import URL: https://github.com/apache/airflow/pull/4686#issuecomment-463245093 @OmerJog Yes, I think is related to that jira ticket, do you think we should use ```python if not isinstance(v, str): Variable.set(k, v, serialize_json=True) ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
