-
Notifications
You must be signed in to change notification settings - Fork 657
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
Datasets: Can't add S3 external files #845
Comments
Hi @freddessert, Ouchy... It seems like a regression was introduced here. Thanks! |
@freddessert |
@erezalg It works as expected on 1.8.4rc0! |
@freddessert Awesome!! Happy to hear :) |
Closing this issue as v1.9.3 is already out 🙂. Please reopen if it's still relevant. |
Describe the bug
S3 External files can no longer be added to Datasets.
To reproduce
Add an external S3 file (an image from a public dataset) to a dataset like the following:
Notice you get the following error:
The bug is when creating the
link
object it fails to correctly fetch the file name, which is found at thekey
key, not thename
key for S3 objects. This happens inhelper.py
in theget_object_metadata
method.This works as expected in SDK Version 1.7.2 FYI.
Expected behaviour
You should be able to add an S3 file as an external file like you can do with GCS.
Environment
Related Discussion
If this continues a slack thread, please provide a link to the original slack thread.
The text was updated successfully, but these errors were encountered: