Uh oh!
There was an error while loading. Please reload this page.
Added CSV and Tableau export functionality - #725
Conversation
zhongneu
commented
Feb 18, 2016
@markncooper I am working on a pull request for this: #714 I think we can directly export the data in frontend |
markncooper
commented
Feb 18, 2016
The big issue with simply exporting from the frontend is that you can only export as many rows as are displayed by the UI, right? I'd like to dump 1000s of rows. |
zhongneu
commented
Feb 18, 2016
@markncooper Right, but if the export button is in the chart interface, shouldn't we only export the rows shown in UI? I also have a very similar case of exporting the "full report" than only the data UI shows. I am trying to work on some walk-around: create a dynamic form (or angular) for exporting the full reports, and register the exporting action on the dynamic form. |
jongyoul
commented
Feb 18, 2016
@markncooper@zhongneu Hello folks, this issue is handled by #6 initially. I think it's better that we focus one PR only. Do you mind improving #6 by comment or some implementations? In case of same issue with many PR, I think we should respect the first one. How about you guys? |
Leemoonsoo
commented
Mar 18, 2016
@markncooper Thanks for the contribution. If you're trying to drop limit of number of rows to be downloaded, how about following approach? Make an abstraction of any result data and share it to the ResourcePool. And then it can be used in rest end point to be downloaded. This approach was discussed in #413 |
jmrr
commented
May 9, 2016
I'm a bit confused. @corneadoug said in #761 that this PR, #725, will handle the export via a REST call through the |
corneadoug
commented
May 9, 2016
@jmrr Yes, The goal was to take care of the export using #714 and #725 (for front and back-end export). |
jmrr
commented
Jun 1, 2016
So how are we on this? |
corneadoug
commented
Jun 9, 2016
@jmrr Good Question. @markncooper any feedbacks regarding @Leemoonsoo comments above? |
@corneadoug Edit my previous comment, the featured emerged when I disabled caching, the browser was caching the old view and it wouldn't appear. Sorry!
|
sejunra
commented
Jan 9, 2017
any update on this? |
jongyoul
commented
Jan 11, 2017
It looks unmanaged now |
markncooper
commented
Jan 11, 2017
Yeah, I'll abort this change as it's been implemented by others. |
** What is this PR for?
Allow users to export data in a paragraph to a CSV and / or Tableau via Tableau's WDC feature
** What type of PR is it?
Feature
** TODOs
This feature is partially incomplete - I want to drop the limit on only exporting 1000 (or however many) rows are shown in the UI. For our purpose we hacked backend support for this to our custom interpreter but I am looking for recommendations on the "proper" way to do this.
** Is there a relevant Jira issue?
Sort of - ZEPPELIN-672 is the most similar
**How should this be tested?
create a paragraph with data in %table view
select the "Export to CSV" or "Export to Tableau WDC" item in the paragraph settings list
** Does the licenses files need update?
NO
** Is there breaking changes for older versions?
NO
** Does this needs documentation?
Possibly. Here's a screenshot of it in action.