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'