Lee-W commented on issue #47770:
URL: https://github.com/apache/airflow/issues/47770#issuecomment-2820307012

   ```python
            bash_command="echo {{ inlet_events['s3://output/1.txt'][-1].extra 
}}",
   ```
   
   
   We'll need to change it as 
   
   ```python
            bash_command="echo {{ 
inlet_events.for_asset(name='s3://output/1.txt')[-1].extra }}",G
   ```


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to