apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
35.63k stars 13.88k forks source link

add ower to TaskInstance class #40366

Open wornjs opened 1 month ago

wornjs commented 1 month ago

Description

add task owner information to taskinstance

Use case/motivation

I am sending an alarm to Slack using the airflow callback(on_success_callback, on_failure_callback) function.

I create an alarm message using the information of the task instance, and it would be better if the task owner information is included here.

Related issues

No response

Are you willing to submit a PR?

Code of Conduct

boring-cyborg[bot] commented 1 month ago

Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.