The cause of this lies in usage of --deep flag in URL call like this http://cms-rucio.cern.ch/replicas/cms/RelValTTbar_14TeV/CMSSW_12_3_0_pre5-123X_mcRun4_realistic_v4_2026D88noPU-v1/GEN-SIM (second use-case above). We need Rucio team assistance, e.g. from @ericvaandering , to provide clear REST API option for this --deep python flag. Once REST API call will be clarified then it can be incorporated into DAS codebase.
According to discussion in this thread https://github.com/cms-sw/cmssw/issues/40889#issuecomment-1446638392 DAS provides different set of site results for two types of DAS queries:
file dataset=/a/b/c site=XYZ
The cause of this lies in usage of
--deep
flag in URL call like thishttp://cms-rucio.cern.ch/replicas/cms/RelValTTbar_14TeV/CMSSW_12_3_0_pre5-123X_mcRun4_realistic_v4_2026D88noPU-v1/GEN-SIM
(second use-case above). We need Rucio team assistance, e.g. from @ericvaandering , to provide clear REST API option for this--deep
python flag. Once REST API call will be clarified then it can be incorporated into DAS codebase.