filippociceri commented on issue #13812: URL: https://github.com/apache/superset/issues/13812#issuecomment-810881975
I took some more time to analyze this point. I think this is caused by the following lines changed in #13434 https://github.com/apache/superset/blob/d54cc6d82aa86444dff0eaff072ee9e8e9ea915f/superset/connectors/sqla/models.py#L521-L524 https://github.com/apache/superset/blob/d54cc6d82aa86444dff0eaff072ee9e8e9ea915f/superset/connectors/sqla/models.py#L1097 where the labels_expected seems to be referencing mutated column names instead of the original/actually expected ones. Was this change intended? -- 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]
