Linked Questions

Popular Questions

AWS data set naming

Asked by At

I am trying to pre process data and since i am inexperienced i am hitting dead ends

I have a bucket named, region figured out, but now it is giving me the error:

enter codcovid-19-testing-data-master % ./init.sh -s covid-data-7438djk2 -d "COVID19_DMPROJ" -r us-east-1
updating: .DS_Store (deflated 93%)
updating: __pycache__/ (stored 0%)
updating: __pycache__/source_data.cpython-310.pyc (deflated 38%)
uploading pre-preprocessing.zip to s3
upload: pre-processing/pre-processing-code/pre-processing-code.zip to s3://covid-data-7438djk2/COVID19_DATAPROJ/automation/pre-processing-code.zip
creating dataset on ADX

An error occurred (ValidationException) when calling the CreateDataSet operation: The following parameter(s) are not valid: "Name" is not allowed to be empty.e here

here is the code for the script in question

https://oldwestburyedu-my.sharepoint.com/:u:/g/personal/jhuerta3_oldwestbury_edu/EcdJC10phPVGiwiBJDOT9akB7kiBfgnaRgf3TQqtA8u72Q?e=H0zHXJ

Related Questions