craig-rueda commented on a change in pull request #9218: Prevent database
connections to sqlite
URL:
https://github.com/apache/incubator-superset/pull/9218#discussion_r385916714
##########
File path: superset/views/database/mixins.py
##########
@@ -191,6 +192,8 @@ class DatabaseMixin:
}
def _pre_add_update(self, database):
+ if app.config.get("PREVENT_UNSAFE_DB_CONNECTIONS"):
Review comment:
Same comment as above
----------------------------------------------------------------
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]