-
Notifications
You must be signed in to change notification settings - Fork 25
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
Create a reusable file loader component #290
Comments
@RobbeSneyders I'll take up this issue |
@RobbeSneyders, For downloading files from a remote path, what options are we considering now? |
@RobbeSneyders I have raised PR for this issue |
This PR contains code for load from files component related to #290 --------- Co-authored-by: Robbe Sneyders <robbe.sneyders@gmail.com> Co-authored-by: Matthias Richter <matthias.r1092@gmail.com> Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com> Co-authored-by: Philippe Moussalli <philippe.moussalli95@gmail.com> Co-authored-by: Georges Lorré <35808396+GeorgesLorre@users.noreply.github.com> Co-authored-by: Sharon Grundmann <sharon.grundmann@ml6.eu>
This PR contains code for load from files component related to #290 --------- Co-authored-by: Robbe Sneyders <robbe.sneyders@gmail.com> Co-authored-by: Matthias Richter <matthias.r1092@gmail.com> Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com> Co-authored-by: Philippe Moussalli <philippe.moussalli95@gmail.com> Co-authored-by: Georges Lorré <35808396+GeorgesLorre@users.noreply.github.com> Co-authored-by: Sharon Grundmann <sharon.grundmann@ml6.eu>
It would be useful to have a reusable file loader component which can load data from files in a directory.
It should translate the following directory structure:
To the following Dask dataframe:
A minimal component specification would look like:
Some notes:
fondant[aws,azure,gcp]
.The text was updated successfully, but these errors were encountered: