databricks-industry-solutions / pixels

Facilitates simple large scale processing of HLS Medical images, documents, zip files. Previously at https://github.com/dmoore247/pixels
https://databricks-industry-solutions.github.io/pixels/
Other
25 stars 15 forks source link

Unclear error message whilst code appears to run #38

Closed vandan-dbx closed 8 months ago

vandan-dbx commented 10 months ago

Running notebook 01-dcm-demo (unchanged on uc branch), cell 7 appears to yield the following error message:

"error Unable to locate credentials" followed by "correcting"

The code appears to succeed and run correctly.

image

dmoore247 commented 9 months ago

The message comes from handling the S3 NoCredentialsError generated when accessing a public bucket.

That's a good one to clean up, my latest PR https://github.com/databricks-industry-solutions/pixels/pull/41 should address this.

dmoore247 commented 8 months ago

Closed by #41