potiuk commented on code in PR #55238:
URL: https://github.com/apache/airflow/pull/55238#discussion_r2321079282
##########
task-sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -552,6 +552,11 @@ def get_dagrun_state(dag_id: str, run_id: str) -> str:
return response.state
+ @property
+ def mark_success_url(self) -> str:
+ """URL to mark TI success."""
+ return self.log_url
Review Comment:
That looks like accidental?
--
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]