Skip to content

Commit 5b8b11c

Browse files
author
Lingling Peng
committed
add doc
1 parent e29a438 commit 5b8b11c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/guides/extensions/curator/metadata_curation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ all_schemas = query_schema_registry(
6969

7070
Use this when metadata describes individual data files and is stored as annotations directly on each file.
7171

72+
**Team collaboration**: To enable multiple users to collaborate on a Grid session, assign the task to a Synapse team using `assignee_principal_id`. The team must exist before creating the task for collaboration on a grid.
73+
7274
```python
7375
record_set, curation_task, data_grid = create_record_based_metadata_task(
7476
synapse_client=syn,
@@ -99,6 +101,8 @@ print(f"Created CurationTask: {curation_task.task_id}")
99101

100102
Use this when metadata is normalized in structured records to eliminate duplication and ensure consistency.
101103

104+
**Team collaboration**: To enable multiple users to collaborate on a Grid session, assign the task to a Synapse team using `assignee_principal_id`. The team must exist before creating the task for collaboration on a grid.
105+
102106
```python
103107
entity_view_id, task_id = create_file_based_metadata_task(
104108
synapse_client=syn,

0 commit comments

Comments
 (0)