anentropic opened a new issue, #1333: URL: https://github.com/apache/iceberg-python/issues/1333
### Feature Request / Improvement https://py.iceberg.apache.org/configuration/#catalogs > There are three ways to pass in configuration: > > - Using the `~/.pyiceberg.yaml` configuration file > - Through environment variables > - By passing in credentials through the CLI or the Python API I don't want a global iceberg config for my whole machine, I want a file that lives in my project directory that could be potentially checked into git there is already a search order and fall-back logic for home dir vs `PYICEBERG_HOME` env value https://github.com/apache/iceberg-python/blob/main/pyiceberg/utils/config.py#L69-L74 ...so it just needs to do the logical thing and try the current working dir before either of those -- 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: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org