Skip to content
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

Adding support for Mara Storage #80

Open
leo-schick opened this issue May 26, 2022 · 2 comments
Open

Adding support for Mara Storage #80

leo-schick opened this issue May 26, 2022 · 2 comments
Labels
Milestone

Comments

@leo-schick
Copy link
Member

The implementation of the storage module from @ice1e0 has been merged into the master branch. I see this as a breaking change and suggest to publish this therefore in the next major version 4.

In addition I think some additional commands should be added for working with files. Here some samples:

  • WriteFile - Write an SQL Output to a file on a blob storage
  • CopyFile - copies a file from one location to another
  • RemoveFile - removes a file from a blob storage

optional additional commands:

  • ValidateFile - check if a file is of a specific format and validates the file against a Schema file (XSD or a JSON Schema file)
  • ConvertFile - converts a file from one file format to another, e.g. xml to json
@leo-schick leo-schick added this to the Version 4 milestone May 26, 2022
@ice1e0
Copy link
Member

ice1e0 commented Jul 8, 2022

Its fine for me. There wasn't much contribution so I decided to merge it to master.

@leo-schick
Copy link
Member Author

I digged a bit into it and I think the mara storage/pipeline module should support path configuration from fsspec. Maybe then supporting storages via the URL without specifically mentioning the storage_alias as other tools like pandas does it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants