eladkal commented on code in PR #50764:
URL: https://github.com/apache/airflow/pull/50764#discussion_r2100074248


##########
providers/google/src/airflow/providers/google/cloud/operators/bigquery.py:
##########
@@ -686,7 +686,7 @@ def __init__(
         )
         self.table = table
         self.column_mapping = column_mapping
-        self.partition_clause = partition_clause
+        self.partition_clause = _initialize_partition_clause(partition_clause)

Review Comment:
   can you extract the google changes to separated PR?
   We generate release notes from the commit message and the commit message is 
for mysql only



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