Possible to open virtual stores made with 2 different icechunk versions (0.2.15 and >1.0.0)? #1420
-
|
👋🏽 @jbusecke and I have been working on 2 icechunk stores for the MUR SST dataset, as documented here (historical) and here (ongoing). I'm wondering if it is possible to open both stores in a single python environment? Here is a notebook where I try to do that with icechunk 1.0.3, but the historical store (created with icechunk 0.2.15) fails with the following error: @paraseba is it possible to open both stores in one python environment or do these stores need to be used separately until we re-generate the historical store with icechunk>=1.0.0? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Have you retrospectively set the necessary virtual chunk container on the older store? 0.2.15 predates #1039, so when that store was originally created, I believe no virtual container was needed. |
Beta Was this translation helpful? Give feedback.
-
|
It may take some tweaking as @TomNicholas mentions, maybe even some config changes, but, it should be possibe |
Beta Was this translation helpful? Give feedback.
-
|
This is resolved and the issue was user error that @jbusecke helped me identify and resolve. I was setting the VirtualChunkContainer and container credentials on the icechunk store location and not the data store location. Which in retrospect makes a lot of sense 😅 and is described in the |
Beta Was this translation helpful? Give feedback.
This is resolved and the issue was user error that @jbusecke helped me identify and resolve. I was setting the VirtualChunkContainer and container credentials on the icechunk store location and not the data store location. Which in retrospect makes a lot of sense 😅 and is described in the
Take note of the [VirtualChunkContainer](https://icechunk.io/en/stable/reference/#icechunk.VirtualChunkContainer)Note on the virtual datasets documentation page.