You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kaxil Naik (JIRA)" <ji...@apache.org> on 2018/05/21 08:53:00 UTC

[jira] [Created] (AIRFLOW-2498) Unexpected argument in SFTP Sensor

Kaxil Naik created AIRFLOW-2498:
-----------------------------------

             Summary: Unexpected argument in SFTP Sensor
                 Key: AIRFLOW-2498
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2498
             Project: Apache Airflow
          Issue Type: Bug
          Components: contrib
            Reporter: Kaxil Naik
            Assignee: Kaxil Naik
             Fix For: 2.0.0


The SFTP sensor is using SFTP hook and passing `sftp_conn_id` to `sftp_conn_id` parameter which doesn't exist. The solution would be to remove the parameter name, hence defaulting to first parameter which in this case would be `ftp_conn_id`



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)