thomas-pfeiffer opened a new issue, #3066: URL: https://github.com/apache/iceberg-python/issues/3066
### Apache Iceberg version None ### Please describe the bug 🐞 Affected version: 0.11.0 **Issue:** In #2948 `s3.profile-name` and `client.profile-name` were introduced as new configuration parameters. These 2 parameters are only implemented for `Fsspec` backend so far. In the documentation (see `mkdocs/docs/configuration.md`) it gives the impression that these 2 parameters are supported generally (or more specifically also for `PyArrow` backend, where it is not implemented yet - see #3065 ). **Suggested fix:** There should be a remark in the documentation (see `mkdocs/docs/configuration.md` ) of `s3.profile-name` and `client.profile-name` stating the `Fsspec` backend must be used (or `py-io-impl` must be set to `pyiceberg.io.fsspec.FsspecFileIO`) for them to work. ### Willingness to contribute - [ ] I can contribute a fix for this bug independently - [ ] I would be willing to contribute a fix for this bug with guidance from the Iceberg community - [ ] I cannot contribute a fix for this bug at this time -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
