-
Notifications
You must be signed in to change notification settings - Fork 493
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
File Upload: Allow users to skip ingest as tabular data. #2199
Comments
I just wanted to point out the the File Import Batch job in support of rsync being work on in #3353 currently bypasses all the extra processing. |
No, let's keep this separate and handle it as part of the SBGrid work. |
I don't think this should be part of #3497. This is not what I requested. |
Plus, I'm not sure I like piling on other tickets to pull requests in general. The pull request is about the thing requested, not about other things it might fix. |
To clarify, I meant handle this separate issue as part of the work for the SBGrid grant, not as part of #3353. This is not part of #3353 and should be maintained as its own issue. My bad, I should have been more specific. :) I think it's fine in general to connect issues to PRs if the PR happens to solve that issue or eliminates the need for that issue - this should be an exception. We don't want to pile on issues to PRs and increase batch size as a matter of course. |
OK, but issues attached to PRs were originally requirements in order to close that PR. The two most recent examples are more hopefully addressed things. I just think it makes it more cumbersome and time consuming. |
Let's talk it through in the retrospective! |
We talked about this on Wednesday and I said I would stop using the "connects to" syntax to associate pull requests with issues in https://waffle.io/IQSS/dataverse that have no chance of going through QA because the pull request only affords a partial fix or workaround and not an exact solution. In pull requests I'll continue to at least reference related issues so that the team can see the connection. |
Hi folks! I know this issue is quite old, but I want revive it! We have a user requesting the option to opt out of additional tabular data processing, so that way end-users can more easily find and download the entire data (in this case the author prefers full download and would like that option to choose how to present their data in DV). |
Hi @amberleahey - I think we don't want to provide a feature to opt out of this, as ingest provides the data in multiple formats for easier data sharing and additionally provides a more preservation-friendly format. These are some of the core functionalities of the platform. There is an option to "uningest" via an API for one-offs such as these: http://guides.dataverse.org/en/latest/api/native-api.html#uningest-a-file My thoughts, anyway - happy to hear from you or others about this! |
Fair enough, and I agree especially to ensure preservation friendly formats and metadata. I didn't know about API for one offs, will check this out and offer to user as an option. Thanks! |
@amberleahey, so the author would prefer that when others want to download the file, they see only the option to download the original file format? Just wanted to make sure I understood |
@jggautier it is to do with the Explore button appearing yes, so in this case they prefer to only present the download button and original file format is preferred. |
Closing this issue as we don't plan to implement this. |
Hi! I noticed this was reopened recently, we were asked about these errors (again!) at our community's meeting this month and started to discuss what solutions we could envision to improve the situation for tabular ingest. We are really open to exploring options, here is a summary:
|
@amberleahey nice summary. One thing I want to make sure is clear is that the "skip ingest via API" feature that @lubitchv added is not limited to superusers. Any user with access to upload files can use it. Please see https://guides.dataverse.org/en/5.11.1/api/native-api.html#add-a-file-to-a-dataset So the API is a potential work around until a UI solution is in place. |
Yes my bad @pdurbin :) |
Thanks so much, @amberleahey for representing our issues so thoroughly! |
Hello, Thanks |
@sirineREKIK hi! Sorry, I was away on vacation. I see you opened an issue in the new frontend repo and that @GPortas replied to you there: IQSS/dataverse-frontend#143 (comment) I would say that no, this work is not planned. Are you interested in making a pull request to the new frontend when it's ready? (Currently the new frontend is read only.) Thanks. |
@pdurbin Hello! Thanks for your return. Yes we are interested to see that why not! |
@sirineREKIK that's fine. The new frontend won't be ready for this addition right away either! 😅 |
To focus on the most important features and bugs, we are closing issues created before 2020 (version 5.0) that are not new feature requests with the label 'Type: Feature'. If you created this issue and you feel the team should revisit this decision, please reopen the issue and leave a comment. |
In v3.6 we had an upload as "other" option that allowed problematic files, those failing ingest or too large to ingest, to upload as the original format without additional processing.
We might want to call it something else rather than "other" but this is a very useful feature for Support and users too.
The text was updated successfully, but these errors were encountered: