https://dagster.io/ logo
Title
d

damien

10/25/2022, 8:24 AM
Hi, I have a sensor which use a sftp resource. when i test on my pc i have no errors. when the sensor is launched by dagster-daemon on ECS i have the following error : paramiko.ssh_exception.SSHException: Error reading SSH protocol banner when i trigger with launchpad i have no errors. it's a bit weird. I can share my code and deployment on AWS.
m

Marcin Grzybowski

10/25/2022, 11:19 AM
is it ok?
d

damien

10/25/2022, 1:06 PM
yes, no problem with the resource, as mentioned i can launch the job which download the file from the SFTP.
c

chris

11/30/2022, 9:16 PM
looks like short delays can potentially help before making the sftp transfer? https://github.com/paramiko/paramiko/issues/673