ashwintastic opened a new issue, #37709:
URL: https://github.com/apache/airflow/issues/37709

   ### Apache Airflow version
   
   Other Airflow 2 version (please specify below)
   
   ### If "Other Airflow 2 version" selected, which one?
   
   2.5
   
   ### What happened?
   
       cmd2 = 'echo 2'
       dbt_task = BashOperator(task_id='some_task_id',
                               bash_command=cmd2,
                               do_xcom_push=True)
   
   Expectation: 2 should be push to xcom , but nothing is pushed in xcom
   
   ### What you think should happen instead?
   
   _No response_
   
   ### How to reproduce
   
   run a bash command in airflow , with the help of BashOperator with 
do_xcom_push= True . 
   
       cmd2 = 'echo 2'
       dbt_task = BashOperator(task_id='some_task_0',
                               bash_command=cmd2,
                               do_xcom_push=True)
   
   ### Operating System
   
   windows 11
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Docker-Compose
   
   ### Deployment details
   
   _No response_
   
   ### Anything else?
   
   NA
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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