mirror of
https://github.com/apache/superset.git
synced 2026-04-27 03:55:47 +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
@@ -22,7 +22,6 @@ import time
|
||||
from contextlib import closing
|
||||
from typing import Any, cast
|
||||
|
||||
from superset import app
|
||||
from superset.models.core import Database
|
||||
from superset.sql.parse import SQLScript, SQLStatement
|
||||
from superset.sql_validators.base import BaseSQLValidator, SQLValidationAnnotation
|
||||
@@ -30,7 +29,6 @@ from superset.utils.core import QuerySource
|
||||
|
||||
MAX_ERROR_ROWS = 10
|
||||
|
||||
config = app.config
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user