Our organization is still new in using Airflow.
From the api reference site: http://pythonhosted.org/airflow/code.html#operators, I noticed there is no sensor or transfer regarding sftp/scp, or even local files? Currently, most of our input feed files requirements are using sftp/scp: We need to check if a marker files existing before downloading the real feed files. The download will by sftp or scp.
I would think this shall be a basic feature. Are there any matured sftp/scp sensor or transfer operators? Or shall we develop our own ones by extend BaseSensorOperator or GenericTransfer?