mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore(superset-ui): remove deprecated fields from QueryObject (#22272)
This commit is contained in:
@@ -107,9 +107,8 @@ test('should compile query object A', () => {
|
||||
row_limit: 10,
|
||||
row_offset: undefined,
|
||||
series_columns: ['foo'],
|
||||
series_limit: undefined,
|
||||
series_limit: 5,
|
||||
series_limit_metric: undefined,
|
||||
timeseries_limit: 5,
|
||||
url_params: {},
|
||||
custom_params: {},
|
||||
custom_form_data: {},
|
||||
@@ -167,9 +166,8 @@ test('should compile query object B', () => {
|
||||
row_limit: 100,
|
||||
row_offset: undefined,
|
||||
series_columns: [],
|
||||
series_limit: undefined,
|
||||
series_limit: 0,
|
||||
series_limit_metric: undefined,
|
||||
timeseries_limit: 0,
|
||||
url_params: {},
|
||||
custom_params: {},
|
||||
custom_form_data: {},
|
||||
@@ -313,9 +311,8 @@ test('should convert a queryObject with x-axis although FF is disabled', () => {
|
||||
row_limit: 10,
|
||||
row_offset: undefined,
|
||||
series_columns: ['foo'],
|
||||
series_limit: undefined,
|
||||
series_limit: 5,
|
||||
series_limit_metric: undefined,
|
||||
timeseries_limit: 5,
|
||||
url_params: {},
|
||||
custom_params: {},
|
||||
custom_form_data: {},
|
||||
|
||||
Reference in New Issue
Block a user