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 2020/02/27 06:57:20 UTC

[GitHub] [incubator-superset] john-bodley commented on a change in pull request #8867: Make schema name for the CTA queries and limit configurable

john-bodley commented on a change in pull request #8867: Make schema name for the CTA queries and limit configurable
URL: https://github.com/apache/incubator-superset/pull/8867#discussion_r384942167
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -64,8 +64,10 @@ jobs:
         - redis-server
       before_script:
         - mysql -u root -e "DROP DATABASE IF EXISTS superset; CREATE DATABASE superset DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci"
+        - mysql -u root -e "DROP DATABASE IF EXISTS sqllab_test_db; CREATE DATABASE sqllab_test_db DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci"
 
 Review comment:
   It’s not clear from this PR why we need these additional two databases.

----------------------------------------------------------------
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:
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