mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: proper current_app.config proxy usage (#34345)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
6c9cda758a
commit
cb27d5fe8d
@@ -16,9 +16,10 @@
|
||||
# under the License.
|
||||
import logging
|
||||
|
||||
from flask import current_app as app
|
||||
from flask_appbuilder.api import expose, protect, safe
|
||||
|
||||
from superset import app, event_logger
|
||||
from superset import event_logger
|
||||
from superset.daos.datasource import DatasourceDAO
|
||||
from superset.daos.exceptions import DatasourceNotFound, DatasourceTypeNotSupportedError
|
||||
from superset.exceptions import SupersetSecurityException
|
||||
|
||||
Reference in New Issue
Block a user