vincbeck commented on code in PR #27917:
URL: https://github.com/apache/airflow/pull/27917#discussion_r1038515545
##########
airflow/providers/amazon/aws/hooks/athena.py:
##########
@@ -91,8 +94,12 @@ def run_query(
}
if client_request_token:
params["ClientRequestToken"] = client_request_token
+ if self.log_query:
Review Comment:
What is the reason why we want to use a flag (`log_query`) to configure
whether we log or not? In other words, why dont we log regardless ?
--
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]