@@ -29,7 +29,6 @@ def sync_from_synapse(
2929 link_hops : int = 1 ,
3030 queue : asyncio .Queue = None ,
3131 include_types : Optional [List [str ]] = None ,
32- generate_manifest : str = "suppress" ,
3332 * ,
3433 synapse_client : Optional [Synapse ] = None ,
3534 ) -> Self :
@@ -41,8 +40,9 @@ def sync_from_synapse(
4140 If you only want to retrieve the full tree of metadata about your
4241 container specify `download_file` as False.
4342
44- This works similar to [synapseutils.syncFromSynapse][] and supports
45- generating a manifest TSV file with file metadata.
43+ This works similar to [synapseutils.syncFromSynapse][], however, this does not
44+ currently support the writing of data to a manifest TSV file. This will be a
45+ future enhancement.
4646
4747 Supports syncing Files, Folders, Tables, EntityViews, SubmissionViews, Datasets,
4848 DatasetCollections, MaterializedViews, and VirtualTables from Synapse. The
@@ -74,13 +74,6 @@ def sync_from_synapse(
7474 include_types: Must be a list of entity types (ie. ["folder","file"]) which
7575 can be found
7676 [here](https://rest-docs.synapse.org/rest/org/sagebionetworks/repo/model/EntityType.html)
77- generate_manifest: Controls manifest file generation. Options:
78-
79- - "all": Create a manifest in each directory level
80- - "root": Create a single manifest at the root path only
81- - "suppress": (Default) Do not create any manifest files
82-
83- A path must be specified for manifest generation.
8477 synapse_client: If not passed in and caching was not disabled by
8578 `Synapse.allow_client_caching(False)` this will use the last created
8679 instance from the Synapse class constructor.
0 commit comments