We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RepositoryConfig
Repository
Right now, it doesn't seem to be possible to access the RepositoryConfig from a Repository.
Edit: the current config, not the stored config
The text was updated successfully, but these errors were encountered:
You should be able to use this to grab the config: https://icechunk.io/icechunk-python/reference/#icechunk.Repository.fetch_config . This wont give the current config though, just the stored config so we def need a getter for the current config
Sorry, something went wrong.
oh yeah sorry, I meant get the current config!
paraseba
No branches or pull requests
Right now, it doesn't seem to be possible to access the
RepositoryConfig
from aRepository
.Edit: the current config, not the stored config
The text was updated successfully, but these errors were encountered: