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


##########
providers/src/airflow/providers/google/provider.yaml:
##########
@@ -170,6 +170,7 @@ dependencies:
   # A transient dependency of google-cloud-bigquery-datatransfer, but we
   # further constrain it since older versions are buggy.
   - proto-plus>=1.19.6
+  - pyarrow>=14.0.1

Review Comment:
   Please add a comment in the code explaining why this is needed. This is 
useful for when we evaluate the dependencies.
   ```suggestion
     # place explnation
     - pyarrow>=14.0.1
   ```



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to