john-bodley commented on issue #15378: URL: https://github.com/apache/superset/issues/15378#issuecomment-868188313
@villebro it seems like you may have contributed to the [external_metdata](https://github.com/apache/superset/blob/822eb2e27e83238e2cd05a371b1d835f593d2907/superset/connectors/sqla/models.py#L650-L716) method. The problem is the `alter_new_orm_column` method which provides overrides (and which per the name suggests only gets called on table creation) doesn't seem to get called. More specifically it seems the add/update logic is completely different and thus could likely lead to inconsistencies. -- 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]
