bugraoz93 commented on code in PR #47542:
URL: https://github.com/apache/airflow/pull/47542#discussion_r1987895379
##########
airflow/models/taskinstance.py:
##########
@@ -2044,38 +2044,40 @@ def generate_command(
@property
def log_url(self) -> str:
- """Log URL for TaskInstance."""
+ """Log URL for TaskInstance in Airflow 3."""
Review Comment:
I don't think we should specify the version since the main branch is already
v3
--
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]