xrmx commented on a change in pull request #4298: Refactor import csv
URL:
https://github.com/apache/incubator-superset/pull/4298#discussion_r164988191
##########
File path: tests/core_tests.py
##########
@@ -804,15 +804,15 @@ def test_import_csv(self):
test_file.write('paul,2\n')
test_file.close()
main_db_uri = db.session.query(
- models.Database.sqlalchemy_uri)\
+ models.Database)\
Review comment:
If you move the closing parens on the line below you can avoid the backslash
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services