hey. I’ll reply separately on GH as well, but we don’t support async file system operations right now.
The main reason is that we’re not sure if this is possible with OpenAPI clients like lakeFS’s (their generated code uses the multiprocessing module, and advises against async for perf reasons).
On a technical level, it might still be doable, but performance is another issue. Perhaps you can fall back to the S3 gateway for now (the S3 file system supports async)?