-1

I am trying to fetch the data from SFTP from some particular folder but getting the following issue:

File "/usr/local/airflow/plugins/kyber/sftp_to_s3_operator.py", line 59, in execute sftp_client = ssh_client.open_sftp() AttributeError: 'NoneType' object has no attribute 'open_sftp'

1 Answers1

-1

try:

apt-get install openssh-client

cause sftp it's a service from SSH (secure FTP)