jon-evergreen commented on code in PR #31037:
URL: https://github.com/apache/airflow/pull/31037#discussion_r1184799686


##########
airflow/providers/common/sql/operators/sql.py:
##########
@@ -622,8 +622,6 @@ def execute(self, context: Context):
         self.log.info("All tests have passed")
 
     def _generate_sql_query(self):
-        self.log.info("Partition clause: %s", self.partition_clause)

Review Comment:
   Fine, I've amended the log level to debug.  I still don't think the line is 
needed, but at least it won't spam logs this way.



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