michael-s-molina commented on a change in pull request #16334:
URL: https://github.com/apache/superset/pull/16334#discussion_r696932075
##########
File path: superset-frontend/src/components/TableSelector/index.tsx
##########
@@ -98,7 +90,15 @@ interface TableSelectorProps {
schema?: string;
tableName?: string;
}) => void;
- onDbChange?: (db: any) => void;
+ onDbChange?: (
+ db:
+ | {
+ id: number;
+ database_name: string;
+ backend: string;
+ }
+ | undefined,
Review comment:
Oh, I think it's just a leftover from the whole refactoring. I touched
so many files and this was probably a loose end.
--
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]