You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")