bkyryliuk commented on a change in pull request #10498:
URL: 
https://github.com/apache/incubator-superset/pull/10498#discussion_r465400301



##########
File path: superset/utils/core.py
##########
@@ -1022,6 +1022,13 @@ def get_example_database() -> "Database":
     return get_or_create_db("examples", db_uri)
 
 
+def get_main_database() -> "Database":

Review comment:
       it is called in superset as a main database on the dev installation, I 
am fine with renaming it - however we should probably do it across the board in 
a separate PR




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

Reply via email to