-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
Bug Description
For a couple of weeks now, the feature to find a DID in the rucio UI has been failing with error "Could not find the DID.". This feature was specially useful for seeing the rules tied to a specific dataset.
Reproduction Steps
- Go to any rule in the web UI (i.e. afd412152ced4837bc609ed16b6c9834 )
- Click the DID name
- Get "Could not find the DID"
- The same thing happens when looking up a DID pattern and clicking one of the entries
Expected Behavior
One should be able to see the DID metadata and the rules associated with said DID, similar to how the CLI works:
$ rucio rule list -d cms:/ParkingBPH4/Run2018D-05May2019promptD-v1/MINIAOD
ID ACCOUNT SCOPE:NAME STATE[OK/REPL/STUCK] RSE_EXPRESSION COPIES SIZE EXPIRES (UTC) CREATED (UTC)
-------------------------------- ------------ ----------------------------------------------------- ---------------------- ----------------- -------- ------ --------------- -------------------
afd412152ced4837bc609ed16b6c9834 transfer_ops cms:/ParkingBPH4/Run2018D-05May2019promptD-v1/MINIAOD OK[38479/0/0] keep_miniaod=True 1 N/A 2025-09-11 15:07:46
Possible Solution
No response
Related Issues
No response