You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/02/27 02:32:15 UTC

[GitHub] michellethomas commented on issue #6823: Backend only tagging system

michellethomas commented on issue #6823: Backend only tagging system
URL: https://github.com/apache/incubator-superset/pull/6823#issuecomment-467699260
 
 
   We've been having trouble with this db migration in our sandbox environment. The initial deploy fails (likely due to the db migration timing out), somehow the tag and tagged_objects tables get created but not populated with any data and the alembic_version doesn't upgrade to the latest because of the timeout. So if we try to deploy again it fails because it tries to rerun this migration but the Tag table already exists.
   
   I was assuming that the tables should get added along with the data all on commit at the end, is that not true? Is there a way to optimize this migration? It takes a long time with all of the data we have. cc: @john-bodley @graceguo-supercat 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org