You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This previously worked, but now fails - I think the issue is that since #516, "target_options" is no longer passed to fsspec.filesystem(). I think this would be fixed by simply allowing kerchunk.utils.refs_as_store() to take additional arbitrary keyword arguments, and then passing those to refs_as_fs().
If this is not possible, any suggestions for workarounds would be great (note that "target_options" does seem to be needed somewhere to open the data, as dropping it leads to a NoCredentialsError).