Thomas Yu
Thomas Yu
Hi @najoshi , Could you provide more information / stack trace?
Are you running `pip install synapseclient`?
Thanks for your feature contribution! We will discuss internally about this contribution!
Thanks for your report! I will file a JIRA ticket to capture this work.
Currently the command line client has a `query` function which queries Synapse tables. ``` synapse query "SELECT * FROM synid" > my_table.tsv ``` But a `synapse get` on a table...
Thanks for reporting this @moskalenko . I think currently you can do something like this: ``` import synapseclient synapseclient.client.DEFAULT_NUM_THREADS = 4 ``` Tagging @jkiang13 to confirm
Thanks for the report @kellrott . This is a known issue and this is the issue: https://github.com/Sage-Bionetworks/synapsePythonClient/blob/19671798cd51ce99a88f1e294da17c701b3a5519/synapseclient/core/remote_file_storage_wrappers.py#L136. Basically this was added because there was an issue that the owner of...
Closing as this is an older issue, please re-open if still relevant
Closing until ready to be worked on
Closing this as this was tackled in later versions of the client.