Dataiku SFTP Connection via Proxy

importthepandas
Dataiku SFTP Connection via Proxy

Hi Team, exotic question for you!

Is there a way to set up a dataiku SFTP connection when a proxy is required using advanced properties or similar?

Works no problemo via paramiko transport and such:

paramiko.proxy.ProxyCommand(f'nc --proxy my.proxy.com:443 {hostname} {port}')

 

Wondering if i can do something in here to take advantage of DSS GUI goodness

Screenshot 2023-03-15 at 5.44.03 PM.png


Operating system used: Ubuntu 18.04

0 Kudos
2 Replies
Turribeach

I don't believe the DSS SFTP recipe supports proxies but there are plenty of solutions out there that do. Find the one that you like the most (like paramiko) and simply call a shell script recipe or just dump the files in a Folder in your flow. 

0 Kudos
importthepandas
Author

Thanks @Turribeach - definitely doing this now, I was just curious if there was a ninja way to make a connection work! Appreciate you.

0 Kudos