pankajastro commented on code in PR #31037:
URL: https://github.com/apache/airflow/pull/31037#discussion_r1183565838


##########
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:
   logging might be important for someone so I think we should move the 
statement calling  `_generate_sql_query` outside __init__ if we can or keep it 
but make it debug, wdyt? 



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