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,7 +16,8 @@
|
||||
# under the License.
|
||||
from typing import Any, Optional
|
||||
|
||||
from superset import app
|
||||
from flask import current_app as app
|
||||
|
||||
from superset.commands.dataset.exceptions import DatasetSamplesFailedError
|
||||
from superset.common.chart_data import ChartDataResultType
|
||||
from superset.common.query_context_factory import QueryContextFactory
|
||||
|
||||
Reference in New Issue
Block a user