bryanyang0528 commented on a change in pull request #4996: [AIRFLOW-4184] Add 
an athena helper to insert into table
URL: https://github.com/apache/airflow/pull/4996#discussion_r270458298
 
 

 ##########
 File path: airflow/contrib/hooks/aws_athena_hook.py
 ##########
 @@ -148,3 +156,105 @@ def stop_query(self, query_execution_id):
         :return: dict
         """
         return 
self.conn.stop_query_execution(QueryExecutionId=query_execution_id)
+
+
+class AWSAthenaHelpers(AWSAthenaHook):
 
 Review comment:
   Because original Athena didn't support INSERT INTO TABLE clause, so I'm not 
what kind of this function belong to. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to