Skip to content

Commit

Permalink
Fix spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheffl committed Dec 2, 2024
1 parent 723019f commit 20c2145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/src/airflow/providers/ssh/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Breaking changes

* Hooks
* Remove attribute ``timeout`` from ``airflow.providers.ssh.hooks.ssh.SSHHook``. Use parameter ``conn_timeout`` instead.
* The contextmanager of ``SSHHook`` is deprecated. Please use ``get_conn()`` as a contextmanager instead.
* The context manager of ``SSHHook`` is deprecated. Please use ``get_conn()`` as a context manager instead.
* ``SSHHook.create_tunnel()`` is deprecated, Please use ``get_tunnel()`` instead.
But please note that the order of the parameters have changed.
* operators
Expand Down

0 comments on commit 20c2145

Please sign in to comment.