-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Overview
Anvil Data Explorer is unable to export to terra any datasets that do not specify the "Organism Type".
It looks like the explorer send a request to export wtih the values like
{
"datasets.dataset_id": {
"is": [
"c84917f5-df6d-6be2-94fe-9e178839220e"
]
},
"donors.organism_type": {
"is": []
},
"files.file_format": {
"is": [
".svs",
".txt.gz",
".txt",
"Other",
".tar.gz",
".csv",
".tar",
".tsv"
]
}
}
and
donors.organism_type": {
"is": []
is causing Azul to respond with a 400 Bad Request.
Explorere then infinately retries wtih no delay however.
- Bad requests should not be retired
- If we do retry we should follow the retry after delay.
- We should limit the number of times we retry.
Lets take a look at the initial bug (sending []) and see when this broke and then once that is fixed lets address the otehr errors in follow on tickets.
Metadata
Metadata
Assignees
Labels
No labels