Ben Theunissen
Ben Theunissen
Hi folks, I was also able to reproduce the error in another part of the application (Meltano) that leverages SQLAlchemy 2.+ under the hood to get metadata about the database...
@kevinjqliu Definitely fair enough that the reason for deprecation being that the catalog settings are generally exposed as a `Dict[str, str]` and the botocore.Session object being passed in breaks this...
@cshenrik Sorry about the lateness, I actually did a small internal fork of the library and added the following logic to `io/pyarrow`: ``` def _initialize_fs(self, scheme: str, netloc: Optional[str] =...