Hello everyone!
I have a strange annoying error when I try to create a new QS dataset and link it with a file located in a S3 bucket. I created a folder in this s3 bucket (see pic) and saved a file there but it does not allow me to link it. Anyone has an idea why this fails?
@Fotis_flex ,
Based on your s3 screenshot, your file is missing the type ?
Here is an example for my csv file (manifest file )
{
"fileLocations":[
{
"URIs":[
"s3://patient-info-qs/Patient-Info.csv"
]
}
],
"globalUploadSettings":{
"format":"CSV",
"containsHeader": "true",
"delimiter": ",",
}
}
S3