Taragolis commented on code in PR #34807:
URL: https://github.com/apache/airflow/pull/34807#discussion_r1349697937


##########
airflow/providers/amazon/aws/hooks/glue.py:
##########
@@ -422,3 +422,55 @@ def create_or_update_glue_job(self) -> str | None:
             self.conn.create_job(**config)
 
         return self.job_name
+
+
+class GlueDataBrewHook(AwsBaseHook):

Review Comment:
   I'm not sure should we store it into the `glue.py` or move it into the 
`databrew.py`. It somehow related to the Glue, but internally in `boto3` it is 
separate client, and I guess it might have separate AWS API. So in theory both 
approach could be applicable, that is just question for clarification
   
   cc: @vincbeck @ferruzzi @o-nikolas 



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to