jfrag1 commented on code in PR #24894:
URL: https://github.com/apache/superset/pull/24894#discussion_r1286153282
##########
superset/daos/dashboard.py:
##########
@@ -185,17 +185,15 @@ def update_charts_owners(model: Dashboard, commit: bool =
True) -> Dashboard:
@classmethod
def delete(cls, items: Dashboard | list[Dashboard], commit: bool = True)
-> None:
- item_ids = [item.id for item in get_iterable(items)]
Review Comment:
same here, there's some logic which is specific to dashboards.
--
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]