dabla commented on code in PR #55068:
URL: https://github.com/apache/airflow/pull/55068#discussion_r2718093054


##########
providers/google/src/airflow/providers/google/cloud/triggers/dataproc.py:
##########
@@ -269,6 +276,14 @@ def serialize(self) -> tuple[str, dict[str, Any]]:
 
         @provide_session
         def get_task_instance(self, session: Session) -> TaskInstance:
+            """
+            Get the task instance for the current task.
+
+            :param session: Sqlalchemy session
+            """
+            if not self.task_instance:

Review Comment:
   Same here, not part of this PR.



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