mtsadler-branch commented on issue #38681:
URL: https://github.com/apache/airflow/issues/38681#issuecomment-2033065796

   Sorry, I mis-spoke when opening the issue.
   
   It looks like `apache-airflow-providers-snowflake==5.3.1` requires 
`pyarrow==10.0.1`
   
   However, 
[snowflake-connector-python==3.5.0](https://github.com/snowflakedb/snowflake-connector-python/blob/main/DESCRIPTION.md)
 removes the `pyarrow` dependency.
   
   When installing these 3 packages, `pandas.Timestamp()` are still parsed 
correctly when using `SnowflakeHook`:
   ```
   snowflake-connector-python==3.5.0
   pyarrow==10.0.1
   apache-airflow-providers-snowflake==5.3.1
   ```
   
   To rephrase, I believe `apache-airflow-providers-snowflake==5.3.1` should 
have a dependency on `pyarrow==10.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to