refactor(QueryObject): decouple from superset (#17479)

* refactor: queryObject - decouple from superset

* refactor: queryObject - decouple from superset
This commit is contained in:
ofekisr
2021-11-18 19:53:56 +02:00
committed by GitHub
parent b2363e4151
commit 683d1dab13
11 changed files with 562 additions and 329 deletions

View File

@@ -53,11 +53,8 @@ from superset.utils.core import (
)
from superset.common.chart_data import ChartDataResultFormat, ChartDataResultType
from tests.integration_tests.fixtures.query_context import (
get_query_context,
ANNOTATION_LAYERS,
)
from tests.common.query_context_generator import ANNOTATION_LAYERS
from tests.integration_tests.fixtures.query_context import get_query_context
CHART_DATA_URI = "api/v1/chart/data"