Hi all, a question for tap-ftp meltano plugin: is ...
# plugins-general
o
Hi all, a question for tap-ftp meltano plugin: is there any option to move the processed file to another folder inside FTP after ELT has been performed? thankyou
h
Sorry, no. You probably have to fork the tap and add the functionality if you need it. Or, depending on how the data arrives, use the added metadata (source file name) and move the files afterwards with Airflow or similar. Personally I’d try the latter approach first if possible.
o
Thanks Henning, will take a look 👍