mayurnewase commented on code in PR #21729: URL: https://github.com/apache/superset/pull/21729#discussion_r989675641
########## superset/connectors/sqla/models.py: ########## @@ -1438,15 +1440,24 @@ def get_sqla_query( # pylint: disable=too-many-arguments,too-many-locals,too-ma select_exprs.append(outer) elif columns: for selected in columns: + if isinstance(selected, dict): Review Comment: also couldnt' use `utils.is_adhoc_column` as mypy can't figure out types properly. -- 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