Airflow Summit 2025 is coming October 07-09. Register now to secure your spot!

airflow.providers.sftp.exceptions

Exceptions

ConnectionNotOpenedException

Thrown when a connection has not been opened and has been tried to be used.

Module Contents

exception airflow.providers.sftp.exceptions.ConnectionNotOpenedException[source]

Bases: airflow.exceptions.AirflowException

Thrown when a connection has not been opened and has been tried to be used.

Was this entry helpful?