villebro commented on a change in pull request #11731:
URL:
https://github.com/apache/incubator-superset/pull/11731#discussion_r525610011
##########
File path: superset/connectors/sqla/views.py
##########
@@ -470,7 +474,7 @@ def post_add( # pylint: disable=arguments-differ
)
def post_update(self, item: "TableModelView") -> None:
- self.post_add(item, flash_message=False)
+ self.post_add(item, flash_message=False, fetch_metadata=False)
Review comment:
I'm not sure why we were syncing metadata on `post_update`, so I
disabled it.
----------------------------------------------------------------
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]