bolkedebruin commented on PR #34729:
URL: https://github.com/apache/airflow/pull/34729#issuecomment-1771543580

   > In order to fix the CI failures - you need to add some exceptions in our 
compatibility test suite:
   > 
   >     * 
https://github.com/apache/airflow/blob/main/.github/workflows/ci.yml#L829 - for 
provider 2.5 compatibility check
   > 
   
   Gotcha. I did not realize that by moving FileTransferOperator to a provider 
package there was a 2.5 check. 
   
   >     * 
https://github.com/apache/airflow/blob/main/scripts/docker/entrypoint_ci.sh#L335
 - remove s3fs that is incompatible with latest aiobotocore (for LatestBotocore 
compatibility check)
   > 
   
   Gotcha. aiobotocore being incompatible with latest botocore. 
   
   > 
   > This one 
https://github.com/apache/airflow/actions/runs/6577712472/job/17870462080 could 
be flaky one, but if it repeats consistently.
   > 
   
   I'll keep an eye on it
   
   > Using s3fs forces dowgrade of botcore unfortunately, so this might 
beconnected.
   > 
   > https://github.com/apache/airflow/actions/runs/6577712404/job/17869976516
   > 
   
   I expect a release of s3fs/fsspec in the next few days. As that is dependent 
on aiobotocore 2.7.0 it will significantly relax the botocore requirements:
   
   https://github.com/aio-libs/aiobotocore/pull/1037
   
   Thanks for taking a look at those build logs!
   


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