You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/11/28 16:46:02 UTC

[GitHub] [airflow] kaxil commented on a diff in pull request #27917: add some important log in aws athena hook

kaxil commented on code in PR #27917:
URL: https://github.com/apache/airflow/pull/27917#discussion_r1033786489


##########
airflow/providers/amazon/aws/hooks/athena.py:
##########
@@ -91,8 +91,11 @@ def run_query(
         }
         if client_request_token:
             params["ClientRequestToken"] = client_request_token
+        self.log.info("Running query_context:%s, query:\n%s", query_context, query)

Review Comment:
   +1



-- 
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-unsubscribe@airflow.apache.org

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