hughhhh commented on code in PR #21710: URL: https://github.com/apache/superset/pull/21710#discussion_r989689903
########## superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx: ########## @@ -744,7 +746,10 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({ }); } - setDB({ type: ActionType.addTableCatalogSheet }); + if (database_name === 'Google Sheets') { Review Comment: i'll make a follow up PR with the enums of the engines so we can leverage that for checking vs. the string -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org