potiuk commented on code in PR #25164:
URL: https://github.com/apache/airflow/pull/25164#discussion_r926935166


##########
airflow/providers/common/sql/operators/sql.py:
##########
@@ -73,6 +79,7 @@ class SQLColumnCheckOperator(BaseSQLOperator):
             }
         }
 
+    :param batch: a SQL statement that is added to a WHERE clause to create 
batches

Review Comment:
   Hmm. I think a better name for that one would be `partition_clause`? Batch 
is rather associated with files but for SQL Tables, partitioning is likely more 
accurate name (Assuming that I correctly guessed what's the meaning).



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