Hohol opened a new issue #13014: URL: https://github.com/apache/airflow/issues/13014
 I often want to rerun dag with the same or slightly tweaked conf parameters. So I copy the conf JSON from this page and trigger the dag with it. Except... it's not actually JSON, because it uses single quotes instead of double quotes. This results in "invalid JSON configuration" error. Is there some reason for using single quotes here? Can it be changed to double quotes? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
