javierherrer commented on code in PR #55072:
URL: https://github.com/apache/airflow/pull/55072#discussion_r2318505494


##########
providers/apache/livy/src/airflow/providers/apache/livy/hooks/livy.py:
##########
@@ -629,7 +629,10 @@ async def get_batch_state(self, session_id: int | str) -> 
Any:
         """
         self._validate_session_id(session_id)
         self.log.info("Fetching info for batch session %s", session_id)
-        result = await 
self.run_method(endpoint=f"{self.endpoint_prefix}/batches/{session_id}/state")
+        result = await self.run_method(

Review Comment:
   sure, I'll add that as well



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