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
columns is mapping from table to column set (aka Dict[str, Iterable[str]]). I agree that the error is not nice and that we could probably automatically convert ["a"] to {"table: ["a"]} as we do this in other places as well.
I'm very much in favor of removing that feature, but we have to flesh out what this means? Likely a metadata version bump, which clearly requires migration pipelines.
Problem description
Reading a dataset with eager's read functionality raises a
ValueError
when providing columns.Example code (ideally copy-pastable)
Used versions
The text was updated successfully, but these errors were encountered: