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
Copy file name to clipboardExpand all lines: docs/ui.rst
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,11 +116,12 @@ Data Dispatcher provides a way to pass some arbitrary metadata about the project
116
116
The metadata is attached to the project and/or project files at the time of the project creation. Project and file metadata can be any JSON dictionary.
117
117
If the project is created using a MetaCat query, Data Dispatcher can copy some portions of file metadata from MetaCat to avoid unnecessary
118
118
querying MetaCat at the run time.
119
-
When the worker issues ``dd next -j ...`` command, the output includes the project and the metadata as part of the JSON output.
119
+
When the worker asks for the next file to process, the Data Dispatcher responds with the file information, which includes the project and the
120
+
file metadata.
120
121
121
-
Note that project file attributes defined at the project cteation time do not get stored in MetaCat. Also, because file
122
+
Note that the project file attributes defined at the project creation time do not get stored in MetaCat. Also, because file
122
123
attributes are associated with project file handles instead of files, if two projects include the same
123
-
file, they can define project file attributes independently without interfering with each other.
124
+
file, they can define file attributes independently without interfering with each other.
124
125
125
126
There are several ways to specify project level metadata attributes:
126
127
@@ -218,10 +219,10 @@ Viewing projects
218
219
-a - show project attributes only
219
220
-r - show replicas information
220
221
-j - show as JSON
221
-
-f [active|ready|available|all|reserved|failed|done] - list files (namespace:name) only
222
+
-f [active|initial|available|all|reserved|failed|done] - list files (namespace:name) only
<spanstyle="color:#AAA">logged in as {{GLOBAL_User.Name or ""}} <ahref="{{GLOBAL_AppTopPath}}/U/user?username={{GLOBAL_User.Username}}">{{GLOBAL_User.Username}}</a> </span><ahref="{{GLOBAL_AppTopPath}}/A/logout?redirect={{GLOBAL_AppTopPath}}/index">log out</a>
285
+
<spanstyle="color:#AAA">logged in as {{GLOBAL_User.Name or ""}} <ahref="{{GLOBAL_AppTopPath}}/U/user?username={{GLOBAL_User.Username}}">{{GLOBAL_User.Username}}</a> </span><aclass=buttonhref="{{GLOBAL_AppTopPath}}/A/logout?redirect={{GLOBAL_AppTopPath}}/index">log out</a>
0 commit comments