this gives an error I don't understand (used to work)
metacat query "files from dune:all where core.file_type=mc and core.run_type='protodune-sp' limit 100 "
WebAPIError: self.Data: None
MQLCompilationError: No module named 'metacat'
while if I remove the where part
metacat query "files from dune:all limit 100"
gives me a valid answer.
this gives an error I don't understand (used to work) metacat query "files from dune:all where core.file_type=mc and core.run_type='protodune-sp' limit 100 " WebAPIError: self.Data: None MQLCompilationError: No module named 'metacat'
while if I remove the where part
metacat query "files from dune:all limit 100" gives me a valid answer.
This used to work on demo.
version is
MetaCat Server URL: https://metacat.fnal.gov:9443/dune_meta_prod/app Authentication server URL: https://metacat.fnal.gov:8143/auth/dune Server version: 3.35.0 Client version: 3.35.0