laughingman7743/PyAthena

Add custom filesystem object to arrow engine

jayceslesar opened this issue · 2 comments

pyarrow 13.0.0 doesnt work with AWS SSO but my org has a custom filesystem object that does, how could I go about injecting my custom s3 filesystem into pyathena instead of using the default one provided.

with engine.connect() as conn:
# How can I inject here?