You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "durgadeshi (via GitHub)" <gi...@apache.org> on 2023/02/27 13:34:03 UTC

[GitHub] [airflow] durgadeshi opened a new issue, #29784: Call backs issue

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

   ### Apache Airflow version
   
   2.5.1
   
   ### What happened
   
   After creating the DAG and Task using decorators, I found following observations:
   1. Task related call backs calling every time without considering the executed task status. Ideally, it should call only one call back based on success or failure but it calling both success and failure call backs.
   2. DAG related to call backs not working.
   3. For both scenarios, logs are not getting printed (Used print function to print statements). 
   
   ### What you think should happen instead
   
   _No response_
   
   ### How to reproduce
   
   Create a DAG and Task with decorators and use callbacks to reproduce the issue.
   
   ### Operating System
   
   Windows
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Official Apache Airflow Helm Chart
   
   ### Deployment details
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### 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: commits-unsubscribe@airflow.apache.org.apache.org

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


[GitHub] [airflow] github-actions[bot] closed issue #29784: Call backs issue

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #29784: Call backs issue
URL: https://github.com/apache/airflow/issues/29784


-- 
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-unsubscribe@airflow.apache.org

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


[GitHub] [airflow] potiuk commented on issue #29784: Call backs issue

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk commented on issue #29784:
URL: https://github.com/apache/airflow/issues/29784#issuecomment-1446922976

   Please provide reproducible case (example DAG) which shows the behaviour and some logs around the problem you observe (ideally logs of airflow that are showing the callbacks being called). 
   
   This is for sure not that happens to everyone, so also explaining details about your details are needed in order to reproduce it and the more detailed minimum reproduction scenario you provide, the better - ideally something that someone will be able to run exactly as you do to confirm that they can reproduce the scenario.


-- 
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-unsubscribe@airflow.apache.org

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


[GitHub] [airflow] boring-cyborg[bot] commented on issue #29784: Call backs issue

Posted by "boring-cyborg[bot] (via GitHub)" <gi...@apache.org>.
boring-cyborg[bot] commented on issue #29784:
URL: https://github.com/apache/airflow/issues/29784#issuecomment-1446334210

   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
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-unsubscribe@airflow.apache.org

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


[GitHub] [airflow] github-actions[bot] commented on issue #29784: Call backs issue

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #29784:
URL: https://github.com/apache/airflow/issues/29784#issuecomment-1489507839

   This issue has been automatically marked as stale because it has been open for 30 days with no response from the author. It will be closed in next 7 days if no further activity occurs from the issue author.


-- 
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-unsubscribe@airflow.apache.org

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


[GitHub] [airflow] github-actions[bot] commented on issue #29784: Call backs issue

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #29784:
URL: https://github.com/apache/airflow/issues/29784#issuecomment-1499780737

   This issue has been closed because it has not received response from the issue author.


-- 
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-unsubscribe@airflow.apache.org

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