-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Remove empty file from a dataset collection #5090
Comments
Thanks for the issue - I don't have any progress to report but I wanted to let you know I saw this and that I think it is a really good idea. |
@jmchilton I'm looking at the class Is there an element attribute which indicate that an element is empty ? If yes, a supplemental condition would prevent empty files to be returned in the filtered collection, right ? For example, use an I'm trying to find if there is an
Could it be possible to use the |
I found a way to do it : write |
I think we have a filter failed now |
@erasche This was for filtering empty not failed datasets in a collection. |
so they should revert this proper exit, and then it's solved :) |
But we got this now as well, @Mataivic implemented this in #5640 |
Hello,
I'm working on a tool which consists in two scripts following each others; the second script takes as input the output of the first one.
The point is that with some datafiles, the first script fails and there is no output file. I have implemented a proper exit in the second script to prevent a crash of the tool, but when I use a dataset collection, an empty output file remains (it's green and empty, not red).
Is it possible to delete it or not make it appear at all ? If I'm correct there is a tool which remove failed datafiles within a dataset collection, could it work in that case ?
All the best,
Mataivic.
The text was updated successfully, but these errors were encountered: