forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FTPHook methods should not change working directory (apache#35105)
* FTPHook: fix describe_directory, list_directory, retrieve_file and store_file methods, they no change working path anymore * diss: https://github.com/apache/airflow/pull/35105/files/1902fbb666c79b8d3aaef440471b115c108a5c2e#r1367884370 * diss: https://github.com/apache/airflow/pull/35105/files/1902fbb666c79b8d3aaef440471b115c108a5c2e#r1367884193 provide path directly to mlsd method Co-authored-by: Hussein Awala <[email protected]> * TestFTPHook: add test_describe_directory test, fix test_list_directory test * diss: https://github.com/apache/airflow/pull/35105/files/1902fbb666c79b8d3aaef440471b115c108a5c2e#r1367884591, https://github.com/apache/airflow/pull/35105/files/1902fbb666c79b8d3aaef440471b115c108a5c2e#r1367884629 * FTPHook: change mlsd call to fit with test assertion * FTPHook: fix static check --------- Co-authored-by: e.makrushin <[email protected]> Co-authored-by: Hussein Awala <[email protected]>
- Loading branch information
1 parent
5f2999e
commit ff30dcc
Showing
2 changed files
with
14 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters