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
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
renamed property cate.core.ds.DataSource.name to id
renamed property cate.core.ds.DataStore.name to id
renamed and changed signature of function cate.core.ds.DataStore.query_data_sources(..., name=None)
to find_data_sources(..., id=None, query_expr=None)
changed signature of method cate.core.ds.DataStore.query(name, ...) to query(id=None, query_expr=None, ...)
renamed and changed signature of method cate.core.ds.DataSource.matches_filter(name) to matches(id=None, query_expr=None)
added title property to cate.core.ds.DataStore and cate.core.ds.DataSource
made use of the new id and title properties of both DataStore and DataSource in their
JSON representations.
Expected behavior
DataSource
interface should expose a unique ID and a human-readable title.However:
DataSource.matches_filter(self, query=None)
!Actual behavior
We have
DataSource.name
which is ambiguous.Specifications
Cate 0.9.0.dev4
The text was updated successfully, but these errors were encountered: