-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Canvas] Fix column object shape in datatable created by CSV function #98561
Conversation
Pinging @elastic/kibana-presentation (Team:Presentation) |
@cqliu1 can this fix be back-ported? |
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.
Looks good
@kmartastic I was planning to backport it to 7.13, but I think it might impact Kibana 7.10+. How far back did you want it backported? |
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Page load bundle
Unknown metric groupsReferences to deprecated APIs
History
To update your PR or re-run it, just comment with: |
…elastic#98561) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
…elastic#98561) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
I'm not sure how much work it is, but at a minimum going back to the current public release (7.12). Thoughts @timductive or @clintandrewhall ? |
…elastic#98561) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Summary
The CSV function broke with the changes to the shape of a datatable column object that added meta data. This fixes the CSV to create a new column with the correct meta data.
For maintainers