You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to give a public url to camelot CLI and would like it to read the file from remote and do the processing on it. It should be fairly small feature to suport. But with great advantage for some scenarios.
My scenario, where this feature would help is that I am trying to use camelot in non-python language, the way i have choosen to go is to use camelot CLI, but as camelot accepts only local file paths, i have to download file from S3 to the server, and than provide the path to camelot, after camelot if done processing, i have to manually cleanup the downloaded file.
This is relitively small issue, but i think it would be nice to just support the remote files in camelot CLI.
Thanks for filing this issue, I'll add it to the project backlog. Will go through the backlog this week and see what all can be implemented in the next release.
I want to be able to give a public url to camelot CLI and would like it to read the file from remote and do the processing on it. It should be fairly small feature to suport. But with great advantage for some scenarios.
My scenario, where this feature would help is that I am trying to use camelot in non-python language, the way i have choosen to go is to use camelot CLI, but as camelot accepts only local file paths, i have to download file from S3 to the server, and than provide the path to camelot, after camelot if done processing, i have to manually cleanup the downloaded file.
This is relitively small issue, but i think it would be nice to just support the remote files in camelot CLI.
UPDATE: Related to #103
The text was updated successfully, but these errors were encountered: