SKOPOS-ELEMENTS / SFTPTools_Alteryx

📦 Tools for downloading & uploading files from/to SFTP servers in Alteryx. Based on the Python SDK.
MIT License
5 stars 1 forks source link

Error in release 1.0.2-alpha #10

Open pjungels opened 3 years ago

pjungels commented 3 years ago

I'm using release 1.0.2-alpha with Alteryx version 2021.2.35394. I attempted to use the SFTP Downloader in an otherwise blank workflow and I get the message "You have found a bug. Replicate, then let us know. We shall fix it soon."

I replicated the settings (host, port, username, etc.) in a WinSCP session and was successfully able to connect/FTP files.

neurotroph commented 2 years ago

This is an issue with the Python SDK that we have with several plugins and that seems to be connected to the handling of metadata for the outgoing connection. In our experience, this issue only arises in the Designer when building the workflow and does not impact running the workflow. Did the workflow run properly for you?