-
Notifications
You must be signed in to change notification settings - Fork 8
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
Push data to SFTP #6
Comments
Not sure pushing to SFTP should be part of the |
Definitely agree with you. I'll start a thread |
I think FS support https://docs.pyfilesystem.org/en/latest/ with a standard config interface (shared module for other file related taps/targets) would be a great way to go here. Biggest question to me is what do you do about dependencies. Do you pull in all possible fs target dependencies that are supported or not. Pulling them all in at first seems like an ok approach |
Not sure where the right place for this conversation is.
https://meltano.slack.com/archives/C013EKWA2Q1/p1619166461259200 was a conversation a while back in the Meltano Slack about this.
Use case: Push CSVs to SFTP sites.
There's other potential targets here:
After the file is created we want to do something things with it potentially.
Few issues with this today:
The text was updated successfully, but these errors were encountered: