bkyryliuk 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_r376123385
##########
File path: .travis.yml
##########
@@ -92,7 +92,7 @@ jobs:
- redis-server
before_script:
- psql -U postgres -c "CREATE DATABASE superset;"
- - psql -U postgres -c "CREATE USER postgresuser WITH PASSWORD
'pguserpassword';"
+ - psql -U postgres -c "CREATE USER postgresuser WITH PASSWORD
'pguserpassword' SUPERUSER;"
Review comment:
move the schema creation to the travis setup, it should address this issue.
Got a bit lazy here :)
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]