Fokko merged PR #45:
URL: https://github.com/apache/iceberg-python/pull/45
--
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.ap
Fokko commented on PR #45:
URL: https://github.com/apache/iceberg-python/pull/45#issuecomment-1752165287
Thanks @bdilday for raising this, and I agree that the explicitly passed-in
configuration should take preference. Can you rebase against the latest main
branch? The CI should turn green
rdblue commented on PR #45:
URL: https://github.com/apache/iceberg-python/pull/45#issuecomment-1752161169
The proposed behavior sounds reasonable to me.
--
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
bdilday opened a new pull request, #45:
URL: https://github.com/apache/iceberg-python/pull/45
I found that I was unable to change a catalog URI after it had been
configured by an environment variable. Example,
```
import os
os.environ["PYICEBERG_CATALOG__SOMEDB__URI"] = "https: