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
In some deployments, the input files and/or the output folder are within remote servers. It would be great to be able to handle those type of deployments:
key aspect to handle
inputs
input connection parameters in config
run glob on remote server
hash files
processing
load a temporary file locally
run parser on local temporary file or memory
output
output connection parameters in config
upload file to output server
The text was updated successfully, but these errors were encountered:
After further thoughts into this, I'm thinking it would be good to leverage rsync ability to generate a table with a row per file, their hash and time modified all together.
In some deployments, the input files and/or the output folder are within remote servers. It would be great to be able to handle those type of deployments:
key aspect to handle
inputs
processing
output
The text was updated successfully, but these errors were encountered: