vincbeck commented on code in PR #48904:
URL: https://github.com/apache/airflow/pull/48904#discussion_r2033133096


##########
providers/amazon/src/airflow/providers/amazon/aws/hooks/glue.py:
##########
@@ -145,7 +145,7 @@ def create_glue_job_config(self) -> dict:
 
         return config
 
-    def list_jobs(self) -> list:
+    def describe_jobs(self) -> list:

Review Comment:
   That's a breaking change. We should deprecate `list_jobs`, create a copy of 
it and name it `describe_jobs` and call the latter in `list_jobs`



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