GitHub user potiuk added a comment to the discussion: Transport endpoint is not connected
That is at most a discussion - about your driver's behaviour, not Airflow issue. I guess the problem is with your driver and filesystem. Airflow works only (see prerequisites) with filesystems that are fully POSIX compliant - see description in prerequisites https://airflow.apache.org/docs/apache-airflow/stable/installation/prerequisites.html On the other hand (From the description of the driver: https://github.com/awslabs/mountpoint-s3-csi-driver) > Mountpoint for Amazon S3 does not implement all the features of a POSIX file > system, and there are some differences that may affect compatibility with > your application. See [Mountpoint file system > behavior](https://github.com/awslabs/mountpoint-s3/blob/main/doc/SEMANTICS.md) > for a detailed description of Mountpoint's behavior and POSIX support and > how they could affect your application. This is highly unlikely the community is going to spend any time on supporting non-POSIX compliant filesystems. My recommendation is to change to a different filesystem. GitHub link: https://github.com/apache/airflow/discussions/45598#discussioncomment-11813097 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
