forked from ivmfnal/data_dispatcher
-
Notifications
You must be signed in to change notification settings - Fork 2
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")