chore(superset-ui): remove deprecated fields from QueryObject (#22272)

This commit is contained in:
Ville Brofeldt
2022-11-30 15:54:11 +02:00
committed by GitHub
parent 91d19056cf
commit b1f8fd4f64
13 changed files with 79 additions and 53 deletions

View File

@@ -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: {},