What is your issue?
In porting xarray-contrib/datatree into pydata/xarray. We discovered some type mismatches.
The general feeling was that we should support Hashable in order to improve DataTree interactions with Dataset and DataArrays.
The quick solution of changing the name type to Hashable in NamedNode fails quickly because of it's PathPurePath inheritance.
This issue just tracks that we want to come back to this.
What is your issue?
In porting xarray-contrib/datatree into pydata/xarray. We discovered some type mismatches.
The general feeling was that we should support Hashable in order to improve
DataTreeinteractions withDatasetandDataArrays.The quick solution of changing the name type to Hashable in NamedNode fails quickly because of it's PathPurePath inheritance.
This issue just tracks that we want to come back to this.