seanghaeli opened a new pull request, #55649:
URL: https://github.com/apache/airflow/pull/55649

   Currently the `example_ssm.py` test fails when the SSM operators are in 
`deferrable` mode.
   
   First, we changed the sensor to use XCom templating instead of direct output 
reference because `run_command.output` isn't available at DAG parse time when 
using deferrable mode.
   
   Second, we updated the SSM trigger to use the modern `get_async_conn()` 
method instead of the deprecated `async_conn` property and added proper 
async/await calls. 
   
   These changes allow the test to work correctly with deferrable mode.


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