AjayKumbham commented on PR #55645: URL: https://github.com/apache/airflow/pull/55645#issuecomment-3301246825
Good point @davidsharp7. I did think about escaping, but JSON strings can include nested quotes, backslashes, and other tricky characters. Making that work reliably across different shells gets messy and error-prone. Writing to a temp file avoids those pitfalls and works the same no matter what the container entrypoint is. That said, if you think a solid escaping approach is doable, I’m open to exploring it. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
