aa-matthias opened a new issue #18288: URL: https://github.com/apache/airflow/issues/18288
### Apache Airflow Provider(s) snowflake ### Versions of Apache Airflow Providers I tested Airflow 2.1.4rc2 (Python 3.9) resulting in issues with putting files to snowflake stage. the [constraints file](https://github.com/apache/airflow/blob/constraints-2.1.4rc2/constraints-3.9.txt) is pointing to 2.6.0 for snowflake-connector-python which has an [issue with PUT / GET](https://github.com/snowflakedb/snowflake-connector-python/issues/850) it seems to be updated already in `https://github.com/apache/airflow/blob/constraints-2-1/constraints-3.9.txt` so maybe it will be solved in 2.1.4. just wanted to point it out. ### Apache Airflow version main (development) ### Operating System Ubuntu 20.04 ### Deployment Virtualenv installation ### Deployment details Installed via pip pointing to the constraints file for 2.1.4rc2 ### What happened snowflake-connector-python 2.6.0 got installed which has an issue with PUT / GET ### What you expected to happen the final release should point to snowflake-connector-python 2.6.1 ### How to reproduce install 2.1.4rc2 in venv pointing to constraints file ### Anything else no ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
