-
Notifications
You must be signed in to change notification settings - Fork 8.5k
App Services API updates for CSV Export #94537
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Services API updates for CSV Export #94537
Conversation
|
Pinging @elastic/kibana-app-services (Team:AppServices) |
ppisljar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code LGTM
💚 Build SucceededMetrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
|
|
||
| export { SavedSearch, SavedSearchLoader, createSavedSearchesLoader } from './saved_searches'; | ||
| export { ISearchEmbeddable, SEARCH_EMBEDDABLE_TYPE, SearchInput } from './application/embeddable'; | ||
| export { loadSharingDataHelpers } from './shared'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be used server side, right? so I think loadSharingDataHelpers should live in src/plugins/discover/common
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just to be used in public code (dashboard panel action: https://github.com/elastic/kibana/pull/88303/files#diff-0154cfbb823111800ea5acf098c44670bcf6035935df851983db9f2c55bfe16cR66
* App Arch API updates for CSV Export * add logging to show error cause from es * revert logging the error in an inconsistent way
Summary
Changes to App Services APIs that make way for CSV Export using SearchSource: #88303
IScopedSearchClienttype for server-sidegetSharingDataas an async moduleChecklist
Delete any items that are not applicable to this PR.
For maintainers