mistercrunch commented on a change in pull request #11206:
URL:
https://github.com/apache/incubator-superset/pull/11206#discussion_r510306117
##########
File path: superset-frontend/src/views/CRUD/utils.tsx
##########
@@ -53,6 +54,84 @@ const createFetchResourceMethod = (method: string) => (
return [];
};
+export const getBatchData = (userId: string | number, recent: string) => {
Review comment:
Does this get recent objects? If so, how about
`getRecentActivityObjects`? How are we thinking about "recently viewed?"
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]