-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on Create Data Import Job #77
Comments
Looks like your bucket name was not altered, please update it to the bucket you used. |
Hello Chrisking thankyou for your answe. I already checked the bucket name and evrything is correct. I don't know what else could be happening.. |
So the error you provided earlier was a generic name, thus the question. Can you confirm you are using an IAM role that has permissions to access that bucket? Also what notebook are you using? |
Iam using Jupyter Notebook |
Which notebook in this repository are you using? |
1.Getting_Data_Ready.ipynb |
line: datasetImportJobName = 'EP_DSIMPORT_JOB_TARGET' |
Interesting, validating that the notebooks from scratch work in a clean environment, will report back later. |
Thank you |
@GuillePardo can you confirm when you run a new cell printing the 's3DataPath' you are getting the correct bucket + key location? A quick fix is to manually set the 'bucket_name' to your bucket directly without that text_widget_bucket |
That's right, I confirmed three times the name of the bucket and the key. Also I confirm the structure s3://bucket-name/AKIAVG6HB65434355 |
That key should be the name of the file you are dropping into S3, in this case should look something like s3://bucket-name/elec_data/item-demand-time-train.csv The key from your comment looks like you AWS account key |
Yes!! it Works. Thank you very much! |
At running the code for create data import I got this error:
An error occurred (InvalidInputException) when calling the CreateDatasetImportJob operation: No objects found in s3 path s3://bucket-name/AKIAVG6HB65434355, please ensure the path is specified correctly.
Can anyone help me with this? Thank you.
The text was updated successfully, but these errors were encountered: