Skip to content

Commit

Permalink
Remove noisy log from SQL table check (#31037)
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-evergreen authored May 8, 2023
1 parent 6713fb2 commit 00a527f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/common/sql/operators/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ 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)
self.log.debug("Partition clause: %s", self.partition_clause)

def _generate_partition_clause(check_name):
if self.partition_clause and "partition_clause" not in self.checks[check_name]:
Expand Down

0 comments on commit 00a527f

Please sign in to comment.