kaxil commented on code in PR #55238:
URL: https://github.com/apache/airflow/pull/55238#discussion_r2321478419


##########
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:
   Actually intentional. I should have left comment. Our email template 
contained "ti.mark_success_url" and the Task SDK RuntimeTI doesn't contain it.
   
   One option was to complete remove it from the template but I added it just 
in case folks migrating from 2.0 had it



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