[data plugin ] Reduce data plugin reexporting of data view exports (#133518)

* reduce data plugin reexporting of data view exports

* reduce data plugin reexporting of data view exports

* cleanup

* Apply suggestions from code review

Co-authored-by: Dima Arnautov <arnautov.dima@gmail.com>

Co-authored-by: Dima Arnautov <arnautov.dima@gmail.com>
This commit is contained in:
Matthew Kime 2022-06-07 07:40:35 -05:00 committed by GitHub
parent 7f19f7af96
commit fb881b27f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 19 additions and 29 deletions

View file

@ -11,7 +11,7 @@ import type * as estypes from '@elastic/elasticsearch/lib/api/typesWithBodyKey';
import { schema } from '@kbn/config-schema';
import { RequestHandlerContext, ElasticsearchClient } from '@kbn/core/server';
import { CoreSetup, Logger } from '@kbn/core/server';
import { RuntimeField } from '@kbn/data-plugin/common';
import { RuntimeField } from '@kbn/data-views-plugin/common';
import { DataViewsService, DataView, FieldSpec } from '@kbn/data-views-plugin/common';
import { UI_SETTINGS } from '@kbn/data-plugin/server';
import { BASE_API_URL } from '../../common';