mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
refactor: ChartDataCommand into two separate commands (#17425)
This commit is contained in:
@@ -37,7 +37,7 @@ from tests.integration_tests.test_app import app
|
||||
|
||||
import pytest
|
||||
|
||||
from superset.charts.commands.data import ChartDataCommand
|
||||
from superset.charts.data.commands import ChartDataCommand
|
||||
from superset.connectors.sqla.models import TableColumn, SqlaTable
|
||||
from superset.errors import SupersetErrorType
|
||||
from superset.extensions import async_query_manager, db
|
||||
|
||||
Reference in New Issue
Block a user