youming1970 commented on PR #55323:
URL: https://github.com/apache/airflow/pull/55323#issuecomment-3265593343

   Hi @potiuk,
   
   Thanks for the feedback. I've reworked example_trigger_target_dag per your 
suggestion.
   
   Key changes:
   - Use shlex.quote() at the Python layer (no manual Jinja escaping).
   - Pass the value via a small TaskFlow task and XCom; drop env-based 
expansion to avoid double expansion.
   - Use printf for predictable shell output (avoid echo quirks).
   - This also removes the Jinja/ruff quoting churn.
   
   Could you please take another look when you have a moment? I'm happy to 
adjust if you prefer a different shape or want me to add tests.
   
   Thanks again for the guidance!


-- 
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]

Reply via email to