Skip to content

Recent Feature Additions

Marc Mengel edited this page Oct 31, 2024 · 3 revisions

Additions to the package

  • Virtual file projects You can say ddisp project create -A "virtual=true" and it should ignore file locations for that project and deliver files which have no locations. , you can pass attributes in the python api as well:
ddcl = DataDispatcherClient()
info =  ddcl.create_project( [], project_attributes = {"virtual": True}, query="files from ns:dataset") 
Clone this wiki locally