ktmud commented on code in PR #21986:
URL: https://github.com/apache/superset/pull/21986#discussion_r1020864410
##########
superset/datasets/dao.py:
##########
@@ -35,6 +37,26 @@ class DatasetDAO(BaseDAO): # pylint:
disable=too-many-public-methods
model_cls = SqlaTable
base_filter = DatasourceFilter
+ @classmethod
+ def find_by_ids(cls, model_ids: Union[List[str], List[int]]) ->
List[SqlaTable]:
Review Comment:
Is this related?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]