This repository has been archived by the owner on May 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
status filter not working #4291
Comments
Alexx,
seems like we hit a bug and I need to fix it (the problem is status=VALID* needs
transformation internally in DBS APIs).
But, DAS by default queries ONLY valid datasets when user specifies a pattern
or it give dataset info if user specify full dataset name regardless of its
status.
So, I think what you need to check statuses of datasets is the following DAS
query:
dataset dataset=<pattern> status=*
In your case it would be
dataset dataset=/TTToSemiLeptonic_TuneCP5_13TeV-powheg-pythia8/RunIISpring18MiniAOD-100X_upgrade2018_realistic_v10_ext1-v1/* status=*
or
dataset
dataset=/TTToSemiLeptonic_TuneCP5_13TeV-powheg-pythia8/RunIISpring18MiniAOD-100X_upgrade2018_realistic_v10_ext1-v1/MINIAODSIM* status=*
But I still need to fix the error message from DBS you have shown.
Best,
Valentin.
…On 0, Alexx Perloff ***@***.***> wrote:
Every time I try to filter for datasets with a specific status DAS doesn't seem to understand the query (even though the FAQ says it should). I am using the command `dataset dataset=/TTToSemiLeptonic_TuneCP5_13TeV-powheg-pythia8/RunIISpring18MiniAOD-100X_upgrade2018_realistic_v10_ext1-v1/MINIAODSIM status=VALID*` and instead of listing the datasets (or none), I get a confusing error message:
![screen shot 2018-08-21 at 9 27 14 am](https://user-images.githubusercontent.com/4808106/44407723-70857400-a524-11e8-95b0-9a77e2b37a9e.png)
Am I formatting the query incorrectly or is this a bug? It would be helpful if, in addition to the number of events and dataset size, the status of the dataset was displayed so we knew when one is in production, valid, or otherwise.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#4291
|
Okay, thank you for the workaround. Good luck fixing the bug. |
fixed, in production, closing the ticket. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Every time I try to filter for datasets with a specific status DAS doesn't seem to understand the query (even though the FAQ says it should). I am using the command
dataset dataset=/TTToSemiLeptonic_TuneCP5_13TeV-powheg-pythia8/RunIISpring18MiniAOD-100X_upgrade2018_realistic_v10_ext1-v1/MINIAODSIM status=VALID*
and instead of listing the datasets (or none), I get a confusing error message:Am I formatting the query incorrectly or is this a bug? It would be helpful if, in addition to the number of events and dataset size, the status of the dataset was displayed so we knew when one is in production, valid, or otherwise.
The text was updated successfully, but these errors were encountered: