simcha90 commented on a change in pull request #13437:
URL: https://github.com/apache/superset/pull/13437#discussion_r588979054
##########
File path: superset-frontend/spec/fixtures/mockNativeFilters.ts
##########
@@ -72,33 +73,34 @@ export const nativeFilters: NativeFiltersState = {
isInstant: true,
},
},
- filtersState: {
- crossFilters: {},
- ownFilters: {},
- nativeFilters: {
- 'NATIVE_FILTER-e7Q8zKixx': {
- id: 'NATIVE_FILTER-e7Q8zKixx',
- extraFormData: {
- append_form_data: {
- filters: [
- {
- col: 'region',
- op: 'IN',
- val: ['East Asia & Pacific'],
- },
- ],
- },
- },
- currentState: {
- value: ['East Asia & Pacific'],
+};
+
+export const dataMask: DataMaskStateWithId = {
Review comment:
for example? I also not sure that it's good to add to complexity to
name, because in the code we also add prefixes/postfixes, function name to this
basic name...
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]